Files
farmOS-dev/vendor/slevomat/coding-standard/.editorconfig
2024-12-10 15:08:16 +01:00

11 lines
159 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true