Gemini/.editorconfig

18 lines
243 B
INI
Raw Permalink Normal View History

2021-11-03 03:30:30 +03:00
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[nginxconfig]
indent_style = space
indent_size = 4
2021-12-15 21:19:43 +03:00
[*.css]
indent_style = tab
indent_size = 4