mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-22 01:09:07 +00:00
12 lines
183 B
INI
12 lines
183 B
INI
![]() |
root = true
|
||
|
|
||
|
[*]
|
||
|
indent_style = space
|
||
|
indent_size = 2
|
||
|
end_of_line = lf
|
||
|
insert_final_newline = false
|
||
|
trim_trailing_whitespace = true
|
||
|
charset = utf-8
|
||
|
|
||
|
[*.js]
|
||
|
insert_final_newline = true
|