2019-12-08 22:10:35 +09:00
|
|
|
[*]
|
|
|
|
|
charset = utf-8
|
|
|
|
|
end_of_line = lf
|
|
|
|
|
indent_size = 2
|
|
|
|
|
indent_style = space
|
|
|
|
|
insert_final_newline = true
|
|
|
|
|
trim_trailing_whitespace = true
|
2022-12-24 14:24:08 +09:00
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
|
max_line_length = 0
|
|
|
|
|
trim_trailing_whitespace = false
|
|
|
|
|
|
2022-12-24 21:58:25 +09:00
|
|
|
[*.{py,rs}]
|
2022-12-24 14:24:08 +09:00
|
|
|
indent_size = 4
|
2022-12-24 21:58:25 +09:00
|
|
|
|
|
|
|
|
[Makefile]
|
|
|
|
|
indent_style = tab
|
|
|
|
|
indent_size = 8
|