mirror of
https://github.com/kp2pml30/dotfiles.git
synced 2026-02-16 23:34:42 +04:00
16 lines
206 B
INI
16 lines
206 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
indent_style = tab
|
|
indent_size = 2
|
|
|
|
[*.yaml]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.zig]
|
|
indent_style = space
|
|
indent_size = 4
|