Skip to content

Instantly share code, notes, and snippets.

@shivansh
Created May 29, 2018 23:30
Show Gist options
  • Save shivansh/e4cf20340d235d2c37ef340c925d5fd0 to your computer and use it in GitHub Desktop.
Save shivansh/e4cf20340d235d2c37ef340c925d5fd0 to your computer and use it in GitHub Desktop.
clang-format based on FreeBSD's style(9)
BasedOnStyle: LLVM
IndentWidth: 8
UseTab: Always
BreakBeforeBraces: Linux
AllowShortIfStatementsOnASingleLine: false
IndentCaseLabels: false
ColumnLimit: 0
AlignTrailingComments: true
SpacesBeforeTrailingComments: 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment