Skip to content

Commit

Permalink
chore: stop editors from trimming fixtures (#191)
Browse files Browse the repository at this point in the history
The probability that I remember to ctrl + k ctrl + s is roughly 0, so
this saves me a lot of pain.
  • Loading branch information
ojeytonwilliams authored Apr 10, 2024
1 parent 1bfeea8 commit 8642318
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,7 @@ insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

# White space is important in code examples so we don't want to trim it
[lib/__fixtures__/curriculum-helpers-javascript.ts]
trim_trailing_whitespace = false

0 comments on commit 8642318

Please sign in to comment.