Skip to content

Commit

Permalink
Add .editorconfig file (#395)
Browse files Browse the repository at this point in the history
  • Loading branch information
shilgapira authored Feb 20, 2024
1 parent 9a1c5b2 commit 447932f
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
tab_width = 4

[*.sh]
tab_width = 2

[*.md]
trim_trailing_whitespace = false

[*.{yml,yaml,json,html}]
indent_style = space
indent_size = 2

[Dockerfile]

[{*.go,Makefile,.gitmodules,go.mod,go.sum}]

0 comments on commit 447932f

Please sign in to comment.