2019-05-15 17:38:55 +03:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
|
|
|
charset = utf-8
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
trim_trailing_whitespace = true
|
2020-01-07 13:54:46 +09:00
|
|
|
|
|
|
|
[*.yml]
|
|
|
|
indent_size = 2
|
2020-01-10 05:57:42 +09:00
|
|
|
|
|
|
|
[*.md]
|
|
|
|
indent_size = 2
|