mirror of
https://github.com/foxcpp/maddy.git
synced 2025-04-01 20:27:36 +03:00
14 lines
187 B
INI
14 lines
187 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{scd,go}]
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[*.yml]
|
|
indent_style = tab
|
|
indent_size = 2
|