diff --git a/.editorconfig b/.editorconfig index 9920ff350..c0dc2d80d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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