Skip to content

Commit

Permalink
Improve .editorconfig to include .test files (#12133)
Browse files Browse the repository at this point in the history
  • Loading branch information
sobolevn committed Feb 6, 2022
1 parent 48dc990 commit 1ccefbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
root = true

[*.{py,c,cpp,h,rst,md,yml,json}]
[*.{py,c,cpp,h,rst,md,yml,json,test}]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space

[*.{py,c,h,json}]
[*.{py,c,h,json,test}]
indent_size = 4

[*.yml]
Expand Down

0 comments on commit 1ccefbd

Please sign in to comment.