Merge pull request #1980 from MartinFournier/feature/editorconfig

Set default editorconfig to indent_size=2
This commit is contained in:
hydroflame 2021-12-17 12:46:08 -05:00 committed by GitHub
commit b7011407fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2,12 +2,9 @@ root = true
[*]
indent_style = space
indent_size = 4
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
[package.json]
indent_size = 2
[md]
trim_trailing_whitespace = false