Skip to content

Commit

Permalink
rewadme
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanocudini committed Dec 12, 2022
1 parent c8c401b commit 33b01d5
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,25 +5,8 @@ root = true

[*]
indent_style = space
indent_size = 2
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.go]
indent_style = tab
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[{Makefile,makefile}]
indent_style = tab
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

0 comments on commit 33b01d5

Please sign in to comment.