From 284dd279ff6001732abe0f32746cb940c9c32571 Mon Sep 17 00:00:00 2001 From: Dengfeng Liu Date: Thu, 16 Mar 2017 16:31:29 +0800 Subject: [PATCH] Update .editorconfig --- .editorconfig | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.editorconfig b/.editorconfig index 554217b..eb99beb 100644 --- a/.editorconfig +++ b/.editorconfig @@ -4,15 +4,21 @@ root = true charset = utf-8 end_of_line = LF [*.[ch]] -indent_style = space +indent_style = tab indent_size = 4 max_line_length = 80 [README.md] max_line_length = 80 [CMakeLists.txt] -indent_style = space +indent_style = tab indent_size = 4 max_line_length = 80 [*.sh] -indent_style = space +indent_style = tab indent_size = 2 +[*.init] +indent_style = tab +indent_size = 4 +[*.conf] +indent_style = tab +indent_size = 4