Skip to content

Instantly share code, notes, and snippets.

@xgalaxy
Last active November 27, 2017 00:41
Show Gist options
  • Save xgalaxy/e36910ba723849da146f705347a8adad to your computer and use it in GitHub Desktop.
Save xgalaxy/e36910ba723849da146f705347a8adad to your computer and use it in GitHub Desktop.
My clang format file
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-
Language : Cpp
BasedOnStyle : Google
Standard : Cpp11
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-
AccessModifierOffset : -4
BreakBeforeBraces : Stroustrup
ColumnLimit : 160
IndentWidth : 4
IndentPPDirectives : AfterHash
TabWidth : 4
UseTab : Never
#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment