Skip to content

Commit

Permalink
Fixer review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
BorzdeG committed Aug 22, 2024
1 parent 1743abf commit b55e8c7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
max_line_length = 120
ij_visual_guides = 100,120,150
# visual setting for intelliJ IDE, no consequences on code validation
# https://www.jetbrains.com/help/idea/editorconfig.html
ij_visual_guides = 100, 120, 150

[{go.mod,go.sum,*.go}]
insert_final_newline = true
Expand Down

0 comments on commit b55e8c7

Please sign in to comment.