Skip to content

Commit

Permalink
Fix .editorconfig to not break abc.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitequark committed Apr 30, 2020
1 parent bbf3435 commit adeed6f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit adeed6f

Please sign in to comment.