Skip to content

Instantly share code, notes, and snippets.

View aniketp's full-sized avatar
🤠

Aniket Pandey aniketp

🤠
View GitHub Profile
@aniketp
aniketp / clang-format
Created June 3, 2018 21:45 — forked from shivansh/clang-format
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