Skip to content
  • Dominik Haumann's avatar
    run astyle with kdelibs coding style · f7431879
    Dominik Haumann authored
    astyle -n -Q \
          --indent=spaces=4 --style=otbs \
          --indent-labels --pad-oper --unpad-paren --pad-header \
          --keep-one-line-statements \
          --convert-tabs \
          --indent-preprocessor \
          --align-pointer=name \
          *.h *.cpp
    f7431879