Skip to content

Commit

Permalink
Merge pull request #448 from erikt9/no-newline-list.txt
Browse files Browse the repository at this point in the history
Adjust .editorconfig to not create a newline at end of list.txt
  • Loading branch information
lyrixx committed Mar 27, 2024
2 parents bcdeb8c + 12d87ae commit 4c00374
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 @@ -19,3 +19,6 @@ insert_final_newline = true

[*.md]
trim_trailing_whitespace = false

[list.txt]
insert_final_newline = false

0 comments on commit 4c00374

Please sign in to comment.