mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 05:33:26 +00:00
16 lines
224 B
INI
16 lines
224 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
charset = utf-8
|
|
|
|
[*.js]
|
|
indent_style = space
|
|
indent_size = 2
|
|
|
|
[{package.json,*.yml,*.cjson}]
|
|
indent_style = space
|
|
indent_size = 2
|