Skip to content

Commit

Permalink
introduce editorconfig (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
clonejo authored Nov 18, 2023
1 parent 38d8fc3 commit bf6b91b
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
; https://editorconfig.org/

root = true

[*]
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true

[{Makefile,go.mod,go.sum,*.go}]
indent_style = tab
indent_size = 4

[*.md]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false

[Dockerfile]
indent_style = space
indent_size = 4

0 comments on commit bf6b91b

Please sign in to comment.