From 8e279f55f17c1466295ecb50826c1b112f58f7d6 Mon Sep 17 00:00:00 2001 From: Skylot Date: Fri, 29 Mar 2019 12:42:02 +0300 Subject: [PATCH] style: fix editorconfig to preserve formating in IntelliJ Idea --- .editorconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.editorconfig b/.editorconfig index 636b7e2cf..9993b0b94 100644 --- a/.editorconfig +++ b/.editorconfig @@ -7,9 +7,11 @@ insert_final_newline = true indent_style = tab tab_width = 4 +continuation_indent_size = 8 #IntelliJ Idea specific workaround charset = utf-8 trim_trailing_whitespace = true +max_line_length = 120 [*.xml] indent_size = 1