2016-11-02 13:52:11 +00:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = false
|
|
|
|
charset = utf-8
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
indent_style = tab
|
|
|
|
indent_size = 4
|
|
|
|
|
2017-11-09 19:39:49 +00:00
|
|
|
[*.pixy]
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
2016-11-02 13:52:11 +00:00
|
|
|
[*.yml]
|
|
|
|
indent_style = space
|