From b8b10a5299cbf148cbc18830de21dcbc76f65294 Mon Sep 17 00:00:00 2001 From: mingchuan Date: Fri, 27 Jul 2018 21:22:28 +0800 Subject: [PATCH] Set tab size specified in .editorconfig to 4 This make tabs appear as 4 spaces on GitHub --- .editorconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/.editorconfig b/.editorconfig index 86a837c14..7b8a7be9f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,6 +8,7 @@ trim_trailing_whitespace = true [*.{cpp,h}] indent_style = tab +indent_size = 4 [*.{py,rst,sh,yml}] indent_style = space