diff options
author | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2019-05-21 22:07:27 +0800 |
---|---|---|
committer | Whymarrh Whitby <whymarrh.whitby@gmail.com> | 2019-05-23 17:47:42 +0800 |
commit | c0607bf2609c35e70e271078997387c33c22aa40 (patch) | |
tree | 44c0a81a3ddde7ccfaec803f7eb587a278e5cc4a /.editorconfig | |
parent | 2b5c7b82a95dea4ddb50917daa52fae07715e210 (diff) | |
download | tangerine-wallet-browser-c0607bf2609c35e70e271078997387c33c22aa40.tar.gz tangerine-wallet-browser-c0607bf2609c35e70e271078997387c33c22aa40.tar.zst tangerine-wallet-browser-c0607bf2609c35e70e271078997387c33c22aa40.zip |
Clean EditorConfig file
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 15 |
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 |