Skip to content

Commit

Permalink
misc add more rules to .editorconfig
Browse files Browse the repository at this point in the history
Signed-off-by: tfuxu <[email protected]>
  • Loading branch information
tfuxu authored Mar 12, 2023
1 parent 3ab50c7 commit e618386
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,11 @@ trim_trailing_whitespace = false
[*.blp]
indent_size = 2

[*.json]
indent_size = 2

[*.yml]
indent_size = 2

[*.xml*]
indent_size = 2

0 comments on commit e618386

Please sign in to comment.