Skip to content

Commit

Permalink
Create sub editorconfing file specific for go
Browse files Browse the repository at this point in the history
  • Loading branch information
SpaiR committed Aug 12, 2021
1 parent e0a1ec6 commit 14f5110
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 1,6 @@
root = true

[*]
end_of_line = lf
indent_style = space
insert_final_newline = true

[*.go]
indent_style = tab
2 changes: 2 additions & 0 deletions src/.editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 1,2 @@
[*.go]
indent_style = tab

0 comments on commit 14f5110

Please sign in to comment.