mini-fair-repo/.editorconfig
Chuck Adams 4a5f259969
make vendor/autoload.php optional for Bedrock installs (#83)
Signed-off-by: Chuck Adams <chaz@chaz.works>
2025-12-11 12:04:35 -08:00

13 lines
207 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.php]
; WPCS requires tabs for indent
indent_style = tab