Files
wordpress/.editorconfig
magdev e0a097179c
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 5m36s
Add php* tag pattern to CI workflow triggers
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 18:31:53 +01:00

15 lines
256 B
INI

# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = false
[*.yaml]
indent_size = 2