Skip to content

whitespace: Clean up files under terminalDisplay.

Edwin Pujols requested to merge epujols/konsole:whitespace into master

Under src/terminalDisplay/:

  • Removed trailing spaces.
  • Homogenized indent.
  • Homogenized namespaces.

I noticed there's quite a bit of style variations with function definitions and some very long lines (wrt the 100 spaces guideline in .editorconfig). These I didn't change since I'm not sure of the existence of a consensus. (Hanging braces? Braces in their own line? Can I introduce short lived variables to reduce line length? Etc.)

Please, let me know if there's a consensus about styling and, time allowing, I'll try to send clean up patches like this one your way.

Edited by Edwin Pujols

Merge request reports