Created
July 7, 2016 10:10
-
-
Save ar1a/07b7b9e3f6726e1229b2f015a780768e to your computer and use it in GitHub Desktop.
clang format
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
BasedOnStyle: google | |
IndentWidth: 2 | |
--- | |
Language: Cpp | |
DerivePointerAlignment: false | |
PointerAlignment: Left | |
BreakBeforeBraces: Linux | |
##TabWidth: 2 | |
##ColumnLimit: 80 | |
... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment