Skip to content

Commit

Permalink
Stop stripping final newline
Browse files Browse the repository at this point in the history
This setting was set in this tree for a very long time, but my editor
wasn't using it, so many files didn't respect this. Recently neovim
was updated to actually respect this setting, and these silly changes
started clogging my git diffs. I don't actually care anymore.
  • Loading branch information
tbodt committed Nov 8, 2024
1 parent 6d4ffd5 commit 1e359eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,5 @@ root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = false
indent_style = space
indent_size = 4

0 comments on commit 1e359eb

Please sign in to comment.