Skip to content
Snippets Groups Projects
.editorconfig 161 B
# EditorConfig is awesome: https://editorconfig.org

# Not top-most EditorConfig file
root = false

# Tab indentation
[*.php]
indent_style = tab
indent_size = 4