lab/cacme/vendor/stella-maris/clock/.editorconfig

16 lines
214 B
INI
Raw Normal View History

2024-08-05 20:27:28 +05:30
root = true
[*]
trim_trailing_whitespace = true
indent_size = tab
indent_style = tab
tab_width = 4
end_of_line = lf
insert_final_newline = true
max_line_length = off
charset = utf-8
[*.{yml,yaml}]
tab_width = 2