Skip to content

Commit

Permalink
ci: enforce tabs for .gitmodule and *.g4 files
Browse files Browse the repository at this point in the history
  • Loading branch information
vbarua committed Jul 5, 2024
1 parent 3223004 commit 9d991fc
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 @@ -19,3 +19,9 @@ trim_trailing_whitespace = unset

[*.gradle.kts]
indent_size = 2

[.gitmodules]
indent_style = tab

[*.g4]
indent_style = tab

0 comments on commit 9d991fc

Please sign in to comment.