.editorconfig

This commit is contained in:
2025-12-31 16:36:56 +04:00
parent 3bd350efa5
commit 7ae585ae29

21
.editorconfig Normal file
View File

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