Merge pull request #2008 from whitequark/editorconfig-abc

Fix .editorconfig to not break abc
This commit is contained in:
whitequark 2020-04-30 15:53:27 +00:00 committed by GitHub
commit 33c9c04561
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 0 deletions

View File

@ -5,3 +5,8 @@ indent_style = tab
indent_size = tab
trim_trailing_whitespace = true
insert_final_newline = true
[abc/**]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false