BOSS/.editorconfig
2025-01-08 13:04:00 +00:00

12 lines
140 B
INI

[*]
indent_style = tab
end_of_line = lf
insert_final_newline = true
[*.json]
indent_size = 2
[*.yml]
indent_style = space
indent_size = 2