Advertisement
nasarouf

~/.clang_format

Jun 2nd, 2017
176
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. ---
  2. BasedOnStyle: Google
  3. IndentWidth: 4
  4. ---
  5. Language: Cpp
  6. # Force pointers to the type for C++.
  7. DerivePointerAlignment: false
  8. PointerAlignment: Left
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement