From a7f87bde64fa4bf3ac100a3f9a609e3383c128eb Mon Sep 17 00:00:00 2001 From: Evan Hahn <69474926+EvanHahn-Signal@users.noreply.github.com> Date: Thu, 29 Oct 2020 20:46:37 -0500 Subject: [PATCH] Remove EditorConfig --- .editorconfig | 12 ------------ .yarnclean | 1 - package.json | 2 +- 3 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index d4f4446789..0000000000 --- a/.editorconfig +++ /dev/null @@ -1,12 +0,0 @@ -# EditorConfig is awesome: http://EditorConfig.org - -# top-most EditorConfig file -root = true - -# Unix-style newlines with a newline ending every file -[*] -end_of_line = lf -indent_style = space -insert_final_newline = true -trim_trailing_whitespace = true -indent_size = 2 diff --git a/.yarnclean b/.yarnclean index c725e75906..b1752b1669 100644 --- a/.yarnclean +++ b/.yarnclean @@ -29,7 +29,6 @@ Gruntfile.js # configs .tern-project .gitattributes -.editorconfig .*ignore .eslintrc .jshintrc diff --git a/package.json b/package.json index dd016e85f0..f27fba73bb 100644 --- a/package.json +++ b/package.json @@ -392,7 +392,7 @@ "!**/node_modules/*/build/**", "!**/*.{o,hprof,orig,pyc,pyo,rbc}", "!**/._*", - "!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,thumbs.db,.gitignore,.gitattributes,.editorconfig,.flowconfig,.yarn-metadata.json,.idea,appveyor.yml,.travis.yml,circle.yml,npm-debug.log,.nyc_output,yarn.lock,.yarn-integrity}", + "!**/{.DS_Store,.git,.hg,.svn,CVS,RCS,SCCS,__pycache__,thumbs.db,.gitignore,.gitattributes,.flowconfig,.yarn-metadata.json,.idea,appveyor.yml,.travis.yml,circle.yml,npm-debug.log,.nyc_output,yarn.lock,.yarn-integrity}", "node_modules/spellchecker/build/Release/*.node", "node_modules/websocket/build/Release/*.node", "node_modules/curve25519-n/build/Release/*.node",