surrealpatch/gui/.editorconfig

21 lines
422 B
INI
Raw Normal View History

2016-10-01 19:18:38 +00:00
# EditorConfig coding styles definitions. For more information about the
# properties used in this file, please see the EditorConfig documentation:
# http://editorconfig.org/
2016-05-14 10:20:59 +00:00
root = true
[*]
charset = utf-8
2016-10-01 19:18:38 +00:00
end_of_line = LF
2016-10-01 15:56:43 +00:00
indent_size = 4
2016-10-01 19:18:38 +00:00
indent_style = tab
insert_final_newline = true
trim_trailing_whitespace = true
2016-05-14 10:20:59 +00:00
2016-10-01 19:18:38 +00:00
[*.{yml,json}]
2016-05-14 10:20:59 +00:00
indent_size = 2
indent_style = space
2016-10-01 19:18:38 +00:00
[*.{md,diff}]
2016-05-14 10:20:59 +00:00
trim_trailing_whitespace = false