Skip to content

Commit

Permalink
Add EditorConfig
Browse files Browse the repository at this point in the history
Signed-off-by: Edwin Kofler <edwin@kofler.dev>
  • Loading branch information
hyperupcall committed Feb 16, 2024
1 parent 103b34e commit bb7ed01
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
root = true

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

[go.*,*.go]
indent_style = tab

[*.md]
trim_trailing_whitespace = false

[Dockerfile]
indent_size = 4
2 changes: 1 addition & 1 deletion .github/.goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ changelog:
sort: asc
filters:
exclude:
- '^test:'
- '^test:'
2 changes: 1 addition & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ updates:
time: "09:00"
day: "monday"
commit-message:
prefix: "ci:"
prefix: "ci:"
2 changes: 1 addition & 1 deletion .github/workflows/codespell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
with:
skip: .git,*.png,*.woff,*.woff2,*.eot,*.ttf,*.jpg,*.ico,*.svg,*.gpg,.*asc
check_filenames: true
check_hidden: true
check_hidden: true

0 comments on commit bb7ed01

Please sign in to comment.