chore: update editorconfig
ci/woodpecker/pr/test Pipeline was successful Details
ci/woodpecker/pr/lint Pipeline was successful Details
ci/woodpecker/pr/build Pipeline was successful Details
ci/woodpecker/pull_request_closed/build Pipeline was successful Details

This commit is contained in:
Aire-One 2024-09-23 23:46:51 +02:00
parent 176926f864
commit d6f6274a64
1 changed files with 7 additions and 1 deletions

View File

@ -8,8 +8,14 @@ indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
trim_trailing_whitespace = true
insert_final_newline = true
[*.{json,yaml}]
indent_size = 2
[*.go]
indent_style = tab
[Makefile]
indent_style = tab