client/.editorconfig
author rougeronj
Tue, 09 Jun 2015 19:09:29 +0200
changeset 145 a8b5b11ef6b2
parent 0 cef349423167
permissions -rw-r--r--
ignore the config file in src folder

# 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