From 6fc92714e49881cc4ee25563db78aa0576a30799 Mon Sep 17 00:00:00 2001 From: mustapayev Date: Sat, 7 Sep 2024 19:01:06 +0200 Subject: [PATCH] updated .editorconfig --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.editorconfig b/.editorconfig index c01f950c..5b3b9654 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,6 +3,7 @@ root = true # Unix-style newlines with a newline ending every file [*] +charset = utf-8 end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true @@ -11,5 +12,10 @@ trim_trailing_whitespace = true indent_style = space indent_size = 4 +ij_php_align_assignments = true +ij_php_align_class_constants = true +ij_php_align_key_value_pairs = true +ij_php_phpdoc_param_spaces_between_tag_and_type = 1 + [*.md] max_line_length = 80