surrealpatch/gui/.editorconfig
Tobie Morgan Hitchcock 6837fb446e Update editorconfig
2016-10-01 16:56:43 +01:00

24 lines
420 B
INI

# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true
[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = tab
indent_size = 4
[*.yml]
indent_style = space
indent_size = 2
[*.json]
indent_style = space
indent_size = 2
[*.{diff,md}]
trim_trailing_whitespace = false