10 lines
147 B
INI
10 lines
147 B
INI
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.rs]
|
|
tab_width = 4
|
|
|
|
[*.{js,jsx,ts,tsx,html,css}]
|
|
tab_width = 2
|