Skip to content

Commit

Permalink
Merge pull request #354 from meowsbits/fix/go-editor-config
Browse files Browse the repository at this point in the history
fix: use Go-conventional editor config for .go files
  • Loading branch information
BelfordZ authored Apr 16, 2021
2 parents cd8f0bd + 3fc5979 commit 7de37fa
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 @@ -12,3 +12,8 @@ end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

# Conform to Go formatting convention.
[*.go]
indent_size = 4
tab_width = 4

0 comments on commit 7de37fa

Please sign in to comment.