1
0
Fork 0
mirror of synced 2024-06-27 17:11:10 -04:00
yadm/.editorconfig

14 lines
208 B
INI
Raw Normal View History

2016-09-06 23:18:34 -04:00
# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = false
[*.md]
trim_trailing_whitespace = false