nginxconfig.io/.editorconfig

17 lines
176 B
INI
Raw Normal View History

2020-06-02 21:08:10 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[*.scss]
indent_size = 2
2020-06-04 13:44:30 +00:00
[*.json]
indent_size = 2
[*.yml]
indent_size = 2