konta-walutowe/.editorconfig
2024-05-23 18:41:51 +02:00

10 lines
169 B
INI

[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[{*.yaml,*.json}]
indent_size = 2