Create an EditorConfig file (http://editorconfig.org/)

pull/156/head
Yvan Sraka 7 years ago
parent e92bdbd414
commit 75c25e45f2

@ -0,0 +1,12 @@
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
Loading…
Cancel
Save