Files
screeps-deploy-action/.editorconfig
Philipp Horstenkamp 9ae6ada818
Some checks are pending
Lint / pre-commit Linting (push) Waiting to run
chore: enforce linux line endings
Add .gitattributes and .editorconfig to enforce LF line endings. Update devcontainer settings.
2026-01-03 20:54:25 +00:00

9 lines
115 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2