Skip to content

Commit

Permalink
chore: don't trim trailing whitespace on fixture snapshots (#608)
Browse files Browse the repository at this point in the history
This makes it easier to work with for IDEs
  • Loading branch information
G-Rath committed Oct 25, 2023
1 parent cf948ee commit dfef890
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,6 @@ indent_size = 2

[*.go]
indent_style = tab

[internal/output/fixtures/*.md]
trim_trailing_whitespace = false

0 comments on commit dfef890

Please sign in to comment.