Merge pull request #156 from yvan-sraka/editor-config

Create an EditorConfig file
pull/157/head
Patricio Gonzalez Vivo 7 years ago committed by GitHub
commit 64ec14e84b

@ -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