2020-04-23 13:52:38 +00:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf8
|
|
|
|
end_of_line = lf
|
|
|
|
insert_final_newline = true
|
2020-06-04 14:54:17 +00:00
|
|
|
trim_trailing_whitespace = true
|
2020-04-23 13:52:38 +00:00
|
|
|
|
|
|
|
[*.zig]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 4
|
|
|
|
|
|
|
|
[*.{xml,yml}]
|
|
|
|
indent_style = space
|
|
|
|
indent_size = 2
|
2020-06-17 14:22:53 +00:00
|
|
|
|
|
|
|
[*.scd]
|
|
|
|
indent_style = tab
|
|
|
|
indent_size = 4
|