Skip to content

Commit

Permalink
chore: add rule for GO files (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
jakuboskera authored Feb 22, 2023
1 parent 3fc564f commit df0b098
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,6 @@ indent_style = tab
# Terraform Files
[*.tf]
indent_size = 2

[*.go]
indent_style = tab

0 comments on commit df0b098

Please sign in to comment.