2016-11-02 22:52:11 +09: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 20:39:49 +01:00
|
|
|
[*.pixy]
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
2016-11-02 22:52:11 +09:00
|
|
|
[*.yml]
|
|
|
|
indent_style = space
|