google_forms/vendor/slevomat/coding-standard/.editorconfig

11 lines
159 B
INI
Raw Normal View History

2024-08-21 06:34:30 +00:00
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