wp-plugin-installer/.editorconfig
Sibin Grasic 0bb0c1927e
fix: Reimplemented table verification
Verifies indexes and not only table existence
2024-02-01 18:51:09 +01:00

23 lines
283 B
INI

# editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.php]
indent_size = 4
[*.scss]
indent_size = 2
[*.js]
indent_size = 2
[*.md]
trim_trailing_whitespace = false