dwmblocks

Kris's build of dwmblocks
git clone git clone https://git.krisyotam.com/krisyotam/dwmblocks.git
Log | Files | Refs | README | LICENSE

.clang-format (225B)


      1 BasedOnStyle: Google
      2 IndentWidth: 4
      3 InsertBraces: true
      4 ColumnLimit: 79
      5 AlignConsecutiveMacros: Consecutive
      6 AllowShortFunctionsOnASingleLine: None
      7 AllowShortLoopsOnASingleLine: false
      8 AllowShortIfStatementsOnASingleLine: Never