From 9934f645b85fcc49d10c10264e5c2e700e3c7ebf Mon Sep 17 00:00:00 2001 From: orhun Date: Tue, 24 Dec 2019 21:50:08 +0300 Subject: [PATCH] chore: Update .editorconfig --- .editorconfig | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index 98a86dd2..d819ce44 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,9 +10,4 @@ indent_size = 4 # Tab indentation (no size specified) [Makefile] -indent_style = tab - -# Matches the exact files either package.json or .travis.yml -[{package.json,.travis.yml}] -indent_style = space -indent_size = 2 \ No newline at end of file +indent_style = tab \ No newline at end of file