From 42b19dcf91124520197589401e5d7ad51ed8de36 Mon Sep 17 00:00:00 2001 From: emersion Date: Fri, 25 Jan 2019 11:37:46 +0100 Subject: [PATCH] Set .editorconfig ident_size --- .editorconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index c74fecda..f392d812 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,8 +4,9 @@ root = true end_of_line = lf insert_final_newline = true charset = utf-8 -indent_style = tab trim_trailing_whitespace = true +indent_style = tab +indent_size = 4 [*.xml] indent_style = space