From dd1b18490e5d41477c4cdb95d107d49916ddaa8c Mon Sep 17 00:00:00 2001 From: Will Scullin Date: Wed, 20 Dec 2017 09:07:59 -0800 Subject: [PATCH] Update editor files. --- .editorconfig | 4 ++++ .eslintrc.json | 12 ------------ 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/.editorconfig b/.editorconfig index c2bc901..07dad77 100644 --- a/.editorconfig +++ b/.editorconfig @@ -12,3 +12,7 @@ indent_size = 4 [*.md] trim_trailing_whitespace = true + +[Makefile] +indent_style = tab +indent_size = 8 diff --git a/.eslintrc.json b/.eslintrc.json index 7f69910..0f95a7e 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -3,18 +3,6 @@ "indent": [ 2, 4 - ], - "quotes": [ - 2, - "single" - ], - "linebreak-style": [ - 2, - "unix" - ], - "semi": [ - 2, - "always" ] }, "env": {