Home | History | Annotate | Download | only in keymaster
      1 BasedOnStyle: LLVM
      2 IndentWidth: 4
      3 UseTab: Never
      4 BreakBeforeBraces: Attach
      5 AllowShortFunctionsOnASingleLine: Inline
      6 AllowShortIfStatementsOnASingleLine: false
      7 IndentCaseLabels: false
      8 ColumnLimit: 100
      9 PointerBindsToType: true
     10 SpacesBeforeTrailingComments: 2
     11