From 943f6175bfb5f6e5cd8113d9ab72d692357d0266 Mon Sep 17 00:00:00 2001 From: Konrad Michalik Date: Thu, 2 Jan 2025 12:24:37 +0100 Subject: [PATCH] fix: php cs fixer --- .editorconfig | 17 +++++++++++++++++ php-cs-fixer.php | 1 + 2 files changed, 18 insertions(+) diff --git a/.editorconfig b/.editorconfig index fbddd4b..026c030 100644 --- a/.editorconfig +++ b/.editorconfig @@ -50,3 +50,20 @@ indent_style = tab # phpstan.neon [*.neon] indent_style = tab + +# Ignore paths +[/var/**] +charset = unset +end_of_line = unset +insert_final_newline = unset +trim_trailing_whitespace = unset +indent_style = unset +indent_size = unset + +[package-lock.json] +charset = unset +end_of_line = unset +insert_final_newline = unset +trim_trailing_whitespace = unset +indent_style = unset +indent_size = unset diff --git a/php-cs-fixer.php b/php-cs-fixer.php index 9b70a45..06dd6c7 100644 --- a/php-cs-fixer.php +++ b/php-cs-fixer.php @@ -1,4 +1,5 @@