client/.editorconfig
author rougeronj
Thu, 02 Apr 2015 12:02:07 +0200
changeset 53 dac1df90b49e
parent 0 cef349423167
permissions -rw-r--r--
fucntion and button to add a book

# 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