Skip to content

Commit

Permalink
fix: use Go-conventional editor config for .go files
Browse files Browse the repository at this point in the history
Signed-off-by: meows <b5c6@protonmail.com>
  • Loading branch information
meowsbits committed Jan 20, 2021
1 parent f14d94e commit 9fce81f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
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 9fce81f

Please sign in to comment.