cmziuk/.editorconfig
Cameron Redmore 19da15822c
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 31s
Initial commit.
2025-04-18 16:28:19 +01:00

10 lines
135 B
INI

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