Skip to content

Commit

Permalink
style: Update .editorconfig preferences to match current project
Browse files Browse the repository at this point in the history
Signed-off-by: Alexander Jung <[email protected]>
  • Loading branch information
nderjung committed Sep 28, 2023
1 parent bf2a53c commit 8abd603
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,10 +1,17 @@
root = true

[*.{go,yml,yaml}]
[*.{go}]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
indent_style = tab
max_line_length = 80
insert_final_newline = true
trim_trailing_whitespace = true

[*.{yml,yaml}]
indent_style = space

[*.patch]
indent_size = 8
indent_style = tab

0 comments on commit 8abd603

Please sign in to comment.