.editorconfig
; This is the top-most EditorConfig file, which is not inherited by any other files.
; This file is used for unify the coding style for different editors and IDEs.
; More information at https://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
[*.md]
trim_trailing_whitespace = false
[*.yml]
indent_style = space
[*.php]
ij_php_concat_spaces = true
ij_php_phpdoc_param_spaces_between_name_and_description = 1
ij_php_phpdoc_param_spaces_between_tag_and_type = 1
ij_php_phpdoc_param_spaces_between_type_and_name = 1