mirror of
https://gitea.tendokyu.moe/self/even
synced 2024-11-12 01:40:50 +01:00
22 lines
283 B
INI
22 lines
283 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
insert_final_newline = true
|
|
end_of_line = lf
|
|
indent_style = space
|
|
indent_size = 4
|
|
max_line_length = 120
|
|
|
|
[*.{yaml,yml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.md]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[Makefile*]
|
|
indent_style = tab
|
|
indent_size = 8
|