Skip to content

Commit

Permalink
Merge pull request #342 from acme/sortdeclaration-config-typo
Browse files Browse the repository at this point in the history
fix(config): correct typo in SortDeclaration default tag
  • Loading branch information
ysugimoto authored Jul 30, 2024
2 parents 2130590 + 56382cb commit 4681c1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ type FormatConfig struct {
ElseIf bool `yaml:"else_if" default:"false"`
AlwaysNextLineElseIf bool `yaml:"always_next_line_else_if" default:"false"`
ReturnStatementParenthesis bool `yaml:"return_statement_parenthesis" default:"true"`
SortDeclaration bool `yaml:"sort_declaration" defaul:"false"`
SortDeclaration bool `yaml:"sort_declaration" default:"false"`
AlignTrailingComment bool `yaml:"align_trailing_comment" default:"false"`
CommentStyle string `yaml:"comment_style" default:"none"`
ShouldUseUnset bool `yaml:"should_use_unset" default:"false"`
Expand Down

0 comments on commit 4681c1a

Please sign in to comment.