Skip to content
  • Alexander Lohnau's avatar
    Reformat to use 4 spaces with astyle · 35699ac2
    Alexander Lohnau authored
    If you want git blame to ignore formatting revisions run:
    git config blame.ignoreRevsFile .git-blame-ignore-revs
    
    Command used: `astyle --indent=spaces=4 --convert-tabs  `find -type f -name '*.cpp' -or -name '*.cc' -or -name '*.h'``
    35699ac2