From f5aa3083995ddb0a3f2f6212a6bb6a15886f71a7 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Mon, 9 Sep 2019 13:05:38 +0900 Subject: [PATCH] remove redundant rules from .editorconfig --- .editorconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.editorconfig b/.editorconfig index 00436cae..16097913 100644 --- a/.editorconfig +++ b/.editorconfig @@ -14,9 +14,3 @@ trim_trailing_whitespace = true [*.md] trim_trailing_whitespace = false - -[{.travis.yml,package.json}] -# The indent size used in the `package.json` file cannot be changed -# https://github.com/npm/npm/pull/3180#issuecomment-16336516 -indent_size = 2 -indent_style = space