2018-05-08 10:08:47 +02:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = crlf
|
|
|
|
indent_size = 4
|
|
|
|
indent_style = space
|
|
|
|
insert_final_newline = true
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[[Mm]akefile{,.*}]
|
|
|
|
indent_style = tab
|
2018-12-02 22:43:27 +01:00
|
|
|
|
2019-03-01 21:31:21 +01:00
|
|
|
[*.{yml,yaml}]
|
2018-12-02 22:43:27 +01:00
|
|
|
indent_size = 2
|