Phred/.editorconfig
2025-12-14 17:10:01 -06:00

17 lines
272 B
INI

# EditorConfig helps maintain consistent coding styles
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.php]
indent_style = space
indent_size = 4
[*.{yml,yaml,json,md}]
indent_style = space
indent_size = 2