From 0c6f8d9baa1be7d86bacffeacf17819d242cdae1 Mon Sep 17 00:00:00 2001 From: Julio Montoya Date: Thu, 20 Aug 2020 15:13:41 +0200 Subject: [PATCH] Internal: Update .editorconfig --- .editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 77167e6841..05dae38115 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,4 +10,6 @@ charset = utf-8 indent_style = space indent_size = 4 insert_final_newline = true -trim_trailing_whitespace = true \ No newline at end of file +trim_trailing_whitespace = true +max_line_length = 120 +ij_php_space_after_type_cast = true