subhook/.editorconfig
2016-07-24 05:18:51 +06:00

11 lines
183 B
INI

# EditorConfig is awesome: http://EditorConfig.org
root = true
[*]
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true