Skip to content
  • Kevin Bettin's avatar
    Fix inconsistent code · b544cab0
    Kevin Bettin authored and Soomin Lee's avatar Soomin Lee committed
    Fixes:
    - trailing colon for todos
    - blank line around marks
    - multiple spaces instead of one
    - pace inside / at start of comments
    - trailing spaces for empty lines
    - space inside brackets
    - space inside parens
    - space inside braces
    - space around operators
    - code indent
    - order for access specifiers
    - redundant self reference
    - hex formatting
    - unnecessary nil initialization
    - no new trailing blank lines from inside braces, brackets, parens or chevrons
    - sorted imports
    b544cab0