Skip to content

Commit

Permalink
This is the reorder configuration for this project
Browse files Browse the repository at this point in the history
In this project, we want:
- reorder init and main after the vars
- directly write
- verbose output
- reorder types
  • Loading branch information
metal3d committed Jun 27, 2023
1 parent 859e36b commit f3542a4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .goreorder
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# vim: ft=yaml
format: gofmt
write: true
verbose: true
reorder-types: true
diff: false
order:
- const
- var
- init
- main

0 comments on commit f3542a4

Please sign in to comment.