tmandry / Swindler

macOS window management library for Swift
https://tmandry.github.io/Swindler/docs/main/
MIT License
695 stars 66 forks source link

Reformat #8

Closed tmandry closed 7 years ago

tmandry commented 7 years ago

I don't like changing everything like this, but after coming back to this project I couldn't read my own code, so it was time.

Indentation: 2 spaces -> 4 spaces

Ran swiftformat with options: --indent 4 --allman false --removelines disabled --wrapelements beforefirst --exponentcase lowercase --stripunusedargs closure-only --self remove --header ignore --insertlines disabled --binarygrouping none --empty void --ranges nospace --trimwhitespace always --hexliteralcase uppercase --linebreaks lf --decimalgrouping none --commas inline --comments ignore --ifdef outdent --octalgrouping none --hexgrouping none --patternlet hoist --semicolons inline

Reformatted lines over 100 characters to be shorter