From 9c1a37f2cbb2bfdaa302f74d03e336a449dbe88f Mon Sep 17 00:00:00 2001 From: khai96_ Date: Fri, 8 May 2020 10:35:40 +0700 Subject: [PATCH] Update .editorconfig --- .editorconfig | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.editorconfig b/.editorconfig index c874958..73e6be2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,7 @@ indent_size = 2 [Makefile] indent_style = tab tab_width = 4 + +[*.gitattributes] +indent_style = tab +tab_width = 16