aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-05-24 00:36:53 +0800
committerGitHub <noreply@github.com>2019-05-24 00:36:53 +0800
commitd2d6b547b6f104223803827666a76aaf7b2f5d53 (patch)
treef26d496338b6d497d3be39b94c428ac354c8006d
parent5e2fd8ae868f1f61096b97ea72afd52651fc925d (diff)
parentc0607bf2609c35e70e271078997387c33c22aa40 (diff)
downloadtangerine-wallet-browser-d2d6b547b6f104223803827666a76aaf7b2f5d53.tar.gz
tangerine-wallet-browser-d2d6b547b6f104223803827666a76aaf7b2f5d53.tar.zst
tangerine-wallet-browser-d2d6b547b6f104223803827666a76aaf7b2f5d53.zip
Merge pull request #6652 from whymarrh/clean-editorconfig
Cleanup EditorConfig file
-rw-r--r--.editorconfig15
1 files changed, 0 insertions, 15 deletions
diff --git a/.editorconfig b/.editorconfig
index 609f684a0..c6c8b3621 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,24 +1,9 @@
-# EditorConfig helps developers define and maintain consistent
-# coding styles between different editors and IDEs
-# editorconfig.org
-
root = true
-
[*]
-
-# Change these settings to your own preference
indent_style = space
indent_size = 2
-
-[*.json]
-indent_size = 2
-
-# We recommend you to keep these unchanged
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
-
-[*.md]
-trim_trailing_whitespace = false