2016-12-30 13:02:08 +09:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
indent_style = tab
|
|
|
|
indent_size = 2
|
|
|
|
charset = utf-8
|
|
|
|
insert_final_newline = true
|
2023-02-14 13:13:34 +09:00
|
|
|
end_of_line = lf
|
2023-07-08 07:08:16 +09:00
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|
2016-12-30 13:02:08 +09:00
|
|
|
|
2023-02-26 18:18:23 +09:00
|
|
|
[*.{yml,yaml}]
|
2017-03-31 01:31:24 +09:00
|
|
|
indent_style = space
|