client/.editorconfig
author rougeronj
Tue, 07 Apr 2015 12:01:58 +0200
changeset 75 288fb435874e
parent 0 cef349423167
permissions -rw-r--r--
Render parent books, child books, and other books separately - minor clean in modal.html

# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false