Files
screeps-deploy-action/.editorconfig
Philipp Horstenkamp a14206d32c
All checks were successful
Lint / pre-commit Linting (push) Successful in 54s
chore: enforce linux line endings (#57)
Add .gitattributes and .editorconfig to enforce LF line endings. Update devcontainer settings.

Reviewed-on: #57
2026-01-03 21:57:34 +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