EditorConfig

This commit is contained in:
Ondrej Mirtes 2021-03-18 21:58:17 +01:00
parent b4d876fca6
commit 4136e0056a
No known key found for this signature in database
GPG Key ID: 8E730BA25823D8B5

27
.editorconfig Normal file
View File

@ -0,0 +1,27 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.{php,phpt}]
indent_style = tab
indent_size = 4
[*.xml]
indent_style = tab
indent_size = 4
[*.neon]
indent_style = tab
indent_size = 4
[*.{yaml,yml}]
indent_style = space
indent_size = 2
[composer.json]
indent_style = tab
indent_size = 4