mirror of
https://github.com/MillironX/nf-configs.git
synced 2024-11-10 20:13:09 +00:00
13 lines
182 B
INI
13 lines
182 B
INI
|
root = true
|
||
|
|
||
|
[*]
|
||
|
charset = utf-8
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = true
|
||
|
trim_trailing_whitespace = true
|
||
|
indent_size = 4
|
||
|
indent_style = space
|
||
|
|
||
|
[*.{md,yml,yaml}]
|
||
|
indent_size = 2
|