From bc32b75fd2b3c567ad847086abe313227f299188 Mon Sep 17 00:00:00 2001 From: nervo Date: Fri, 1 May 2020 08:13:03 +0200 Subject: [PATCH] PSR-2 Noncompliance --- .editorconfig | 2 -- htdocs/modulebuilder/template/.editorconfig | 2 -- 2 files changed, 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 3e3bd16bb340b..7df89a90eb3ce 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,8 +9,6 @@ charset = utf-8 end_of_line = lf insert_final_newline = true -# PHP PSR-2 Coding Standards -# http://www.php-fig.org/psr/psr-2/ [*.php] indent_style = tab indent_size = 4 diff --git a/htdocs/modulebuilder/template/.editorconfig b/htdocs/modulebuilder/template/.editorconfig index d25f38c8b441f..5718403469159 100644 --- a/htdocs/modulebuilder/template/.editorconfig +++ b/htdocs/modulebuilder/template/.editorconfig @@ -9,8 +9,6 @@ charset = utf-8 end_of_line = lf insert_final_newline = true -# PHP PSR-2 Coding Standards -# http://www.php-fig.org/psr/psr-2/ [*.php] indent_style = tab indent_size = 4