• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1BasedOnStyle: Google
2
3AlignOperands: false
4AllowShortIfStatementsOnASingleLine: false
5AllowShortLoopsOnASingleLine: false
6BreakBeforeTernaryOperators: false
7ColumnLimit: 100
8PointerBindsToType: false
9