Revision 07f2098655e17bb9a589f65c8f2ecbf0b13f6916 authored by Igor Minar on 03 May 2018, 22:55:38 UTC, committed by Igor Minar on 04 May 2018, 22:23:36 UTC
1 parent 9b53a6e
Raw File
.editorconfig
# http://editorconfig.org

root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
insert_final_newline = false
trim_trailing_whitespace = false
back to top