Skip to content

Commit

Permalink
Disable delete whitespace on save
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsci911 committed Apr 11, 2024
1 parent 75030cf commit e870d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/config/nvim-stripwhitespace.lua
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
vim.g.better_whitespace_enabled = 0
vim.g.strip_whitespace_on_save = 1
vim.g.strip_whitespace_on_save = 0
vim.g.strip_whitespace_confirm = 0

0 comments on commit e870d64

Please sign in to comment.