From a5d12142c3d78f65264ba60bd9f368cf559f6ce4 Mon Sep 17 00:00:00 2001 From: "Alex P." Date: Thu, 19 Jun 2025 09:24:46 +0300 Subject: [PATCH] Set naming style in .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) 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