Skip to content

Commit

Permalink
fizup
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Oct 24, 2024
1 parent 847e291 commit 000fe05
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/Restyler/Docs.hs
Original file line number Diff line number Diff line change
Expand Up @@ -86,12 +86,10 @@ ronnRestyle1 docs =
ronnRestyledYaml5 :: AnyDocs (Maybe SetDoc) -> Ronn
ronnRestyledYaml5 docs =
Ronn
{ name = ".restyled.yaml"
{ name = "restyled.yaml"
, number = 5
, description = "Restyled configuration file"
, sections =
synopsis "restyled.yaml" []
<> settings confDocs
, sections = synopsis ".restyled.yaml" [] <> settings confDocs
}
where
confDocs :: [ConfDoc]
Expand Down

0 comments on commit 000fe05

Please sign in to comment.