1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00

Merge pull request #6652 from whymarrh/clean-editorconfig

Cleanup EditorConfig file
This commit is contained in:
Whymarrh Whitby 2019-05-23 14:06:53 -02:30 committed by GitHub
commit d2d6b547b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,24 +1,9 @@
# EditorConfig helps developers define and maintain consistent
# coding styles between different editors and IDEs
# editorconfig.org
root = true root = true
[*] [*]
# Change these settings to your own preference
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
[*.json]
indent_size = 2
# We recommend you to keep these unchanged
end_of_line = lf end_of_line = lf
charset = utf-8 charset = utf-8
trim_trailing_whitespace = true trim_trailing_whitespace = true
insert_final_newline = true insert_final_newline = true
[*.md]
trim_trailing_whitespace = false