Skip to content

Rework keep extra spaces to remove only needed indentation

Mykola Krachkovsky requested to merge mykolak/ktexteditor:master into master

Rework of part of commit 431bdf7b that keeps spaces that aren't multiples of indent width. Instead of removing all leading whitespace and readding spaces later, remove only part that have to go keeping extra spaces untouched.

Merge request reports