rkbfirm/.editorconfig
Charlotte 🦝 Delenk ae53ddf822
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2022-06-30 08:38:05 +01:00

11 lines
149 B
INI

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