aboutsummaryrefslogtreecommitdiff
path: root/cs1670_reformat
blob: 9811ecfb8630b1c33d29a08daf4f3ec113da5865 (plain)
1
2
3
4
5
#!/bin/bash

./clang-format -i -style='{ BasedOnStyle: LLVM, UseTab: Never, AllowShortBlocksOnASingleLine: true, AllowShortLoopsOnASingleLine: true, IndentWidth: 4, TabWidth: 4, BreakBeforeBraces: Allman, AllowShortIfStatementsOnASingleLine: false, IndentCaseLabels: false, ColumnLimit: 0, AccessModifierOffset: -4 }' $@