Revision 555ba276a0c4ccf142e365b7ab12a1498cf2a82f authored by Lars Bilke on 19 December 2016, 09:55:52 UTC, committed by Lars Bilke on 19 December 2016, 09:55:52 UTC
1 parent 06f436a
Raw File
.editorconfig
root = true

[*]
indent_style = spaces
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
indent_style = spaces
indent_size = 4
back to top