1
0
mirror of https://github.com/deuill/fawkss.git synced 2024-09-27 19:52:43 +00:00
fawkss/.editorconfig

15 lines
213 B
INI
Raw Normal View History

2016-03-09 22:36:57 +00:00
# Code styles for Fawkss.
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false