caps2esc:logo4alt

Interception tools plugin that maps caps->{esc,ctrl} and logo<->alt
git clone git://git.deurzen.net/caps2esc:logo4alt
Log | Files | Refs | README | LICENSE

.clang-format (448B)


      1 BasedOnStyle: Google
      2 Standard: Cpp11
      3 SortIncludes: false
      4 AccessModifierOffset: -4
      5 PointerBindsToType: false
      6 DerivePointerBinding: false
      7 AllowShortLoopsOnASingleLine: false
      8 AllowShortBlocksOnASingleLine : false
      9 AllowShortIfStatementsOnASingleLine: false
     10 AlwaysBreakTemplateDeclarations: false
     11 AlignConsecutiveAssignments: true
     12 AlignEscapedNewlinesLeft: true
     13 AlignTrailingComments: true
     14 AlignOperands: true
     15 ColumnLimit: 80
     16 IndentWidth: 4
     17 TabWidth: 4