Files
screeps-deploy-action/.editorconfig
Philipp Horstenkamp 4316906497
All checks were successful
Lint / pre-commit Linting (push) Successful in 52s
chore: enforce linux line endings
Add .gitattributes and .editorconfig to enforce LF line endings. Update devcontainer settings.
2026-01-03 21:56:28 +01: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