19 lines
247 B
INI
19 lines
247 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = true
|
|
insert_final_newline = true
|
|
charset = utf-8
|
|
|
|
[*.{vue,js,ts,json}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[*.{rs,yaml}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[{justfile,*.just}]
|
|
indent_style = tab
|
|
indent_size = 4
|