Set naming style in .editorconfig

This commit is contained in:
Alex P. 2025-06-19 09:24:46 +03:00
parent 2b71d84e3c
commit a5d12142c3
No known key found for this signature in database
GPG key ID: 54487A734A204D71

View file

@ -17,3 +17,7 @@ indent_style = space
[*.yml]
indent_size = 2
[*.php]
ij_php_variable_naming_style = snake_case
ij_php_getters_setters_naming_style = snake_case