Skip to content

Commit

Permalink
disable MD013 for code
Browse files Browse the repository at this point in the history
  • Loading branch information
zoido committed Dec 10, 2023
1 parent a602fef commit f9e94de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

## Example

<!-- markdownlint-disable MD010 -->
<!-- markdownlint-disable MD010 MD013 -->

```go
type config struct {
Expand Down Expand Up @@ -60,7 +60,7 @@ fmt.Printf("config.Duration: %v", cfg.Duration)
// config.Str: str flag value, config.Int: 4, config.Bool: false, config.Duration: 1h0m0s
```

<!-- markdownlint-enable MD010 -->
<!-- markdownlint-enable MD010 MD013 -->

## Supported types

Expand Down

0 comments on commit f9e94de

Please sign in to comment.