mirror of
https://github.com/csharpee/nginxconfig.io.git
synced 2025-11-01 00:04:27 -04:00
17 lines
176 B
INI
17 lines
176 B
INI
root = true
|
|
|
|
[*]
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
indent_style = space
|
|
indent_size = 4
|
|
|
|
[*.scss]
|
|
indent_size = 2
|
|
|
|
[*.json]
|
|
indent_size = 2
|
|
|
|
[*.yml]
|
|
indent_size = 2
|