2016-12-08 23:47:18 +00:00
|
|
|
# http://editorconfig.org/
|
2015-12-26 21:38:05 +00:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = tab
|
2016-12-08 23:47:18 +00:00
|
|
|
end_of_line = lf
|
2015-12-26 21:38:05 +00:00
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
insert_final_newline = true
|
|
|
|
|
2016-12-08 23:47:18 +00:00
|
|
|
[{*.yml}]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|