Skip to content

Commit

Permalink
micro: Remove trailing whitespace + autosave = problem
Browse files Browse the repository at this point in the history
Because when the autosave kicks in while you are typing, the current
trailing whitespace in the current line gets removed and you may end
up joining words without noticing.
  • Loading branch information
aureliojargas committed Jun 21, 2023
1 parent eb54ab8 commit f395c6a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .config/micro/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
},
"hlsearch": true,
"parsecursor": true,
"rmtrailingws": true,
"savecursor": true,
"softwrap": true,
"tabsize": 8
Expand Down

0 comments on commit f395c6a

Please sign in to comment.