pandora_t_for_time/.editorconfig

24 lines
280 B
INI
Raw Normal View History

2023-10-08 11:19:05 +00:00
[*]
end_of_line = lf
insert_final_newline = true
[*.py]
indent_style = space
indent_size = 4
[*.sass]
indent_style = space
indent_size = 2
[*.scss]
indent_style = space
indent_size = 2
[*.html]
indent_style = space
indent_size = 4
[*.js]
indent_style = space
indent_size = 4