surrealpatch/gui/.editorconfig

25 lines
420 B
INI
Raw Normal View History

2016-05-14 10:20:59 +00:00
# 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
2016-10-01 15:56:43 +00:00
indent_style = tab
indent_size = 4
2016-05-14 10:20:59 +00:00
2016-10-01 15:56:43 +00:00
[*.yml]
2016-05-14 10:20:59 +00:00
indent_style = space
indent_size = 2
2016-10-01 15:56:43 +00:00
[*.json]
2016-05-14 10:20:59 +00:00
indent_style = space
indent_size = 2
[*.{diff,md}]
trim_trailing_whitespace = false