Skip to content

Commit

Permalink
Cleanup editorconfig (#3473)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhrubabasu authored Oct 16, 2024
1 parent d81292a commit ba42e3a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# https://editorconfig.org/
root = true

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_newspace = true
trim_trailing_whitespace = true

indent_style = space
indent_size = 2

[*.go]
indent_style = tab

0 comments on commit ba42e3a

Please sign in to comment.