From 049cc94e7a4e057f8c00f23252de38b757d55e1d Mon Sep 17 00:00:00 2001 From: Yuxuan Shui Date: Thu, 7 Feb 2019 21:37:13 +0000 Subject: [PATCH] Coding style change Signed-off-by: Yuxuan Shui --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index a1aaac8d..b40d8e8b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,5 +1,5 @@ root = true [*.{c,h}] -indent_style = space -indent_size = 2 +indent_style = tab +indent_size = 8 max_line_length = 90