Skip to content

Commit

Permalink
editorconfig: fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
minizilla committed Apr 2, 2024
1 parent af4a056 commit 639088a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
9 changes: 5 additions & 4 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ trim_trailing_whitespace = true
insert_final_newline = true
indent_style = unset

[*.nix,flake.lock]
[{*.nix,flake.lock}]
indent_style = space
indent_size = 2

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

[*.go,go.mod,go.sum]
indent_style = tab
[*.md]
indent_style = space
indent_size = 2
6 changes: 5 additions & 1 deletion template/go/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,11 @@ trim_trailing_whitespace = true
insert_final_newline = true
indent_style = unset

[*.nix,flake.lock]
[{*.nix,flake.lock}]
indent_style = space
indent_size = 2

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

Expand Down

0 comments on commit 639088a

Please sign in to comment.