Files
wordpress/.editorconfig
magdev e1f5165222
Some checks failed
Build and Push Docker Image / build-and-push (push) Has been cancelled
Initial commit
2026-02-03 18:27:33 +01:00

12 lines
230 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