Watchy/src/format.sh

5 lines
186 B
Bash
Raw Permalink Normal View History

2022-04-28 21:17:00 -04:00
#!/ bin / bash
STYLE_OPT = "{BasedOnStyle: llvm, AlignConsecutiveMacros: true, "
"AlignConsecutiveAssignments: true}" clang -
format-- style = "$STYLE_OPT" - i *