2016-04-04 09:14: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/
|
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = LF
|
2016-10-01 19:18:38 +00:00
|
|
|
indent_size = 4
|
|
|
|
indent_style = tab
|
2016-04-04 09:14:38 +00:00
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
2016-10-01 19:18:38 +00:00
|
|
|
[*.{yml,json}]
|
|
|
|
indent_size = 2
|
2016-04-04 09:14:38 +00:00
|
|
|
indent_style = space
|
|
|
|
|
2016-10-01 19:18:38 +00:00
|
|
|
[*.{md,diff}]
|
2016-04-04 09:14:38 +00:00
|
|
|
trim_trailing_whitespace = false
|