Skip to content

Instantly share code, notes, and snippets.

View happyZYM's full-sized avatar

happyZYM happyZYM

View GitHub Profile
@HybridRbt
HybridRbt / uncrustify_google_cpp_allman.cfg
Created June 21, 2018 23:14
uncrustify config file for c++. based on google c++ style with Allman brace style.
indent_align_string=true
indent_braces=false
indent_braces_no_func=false
indent_brace_parent=false
indent_namespace=true
indent_extern=false
indent_class=true
indent_class_colon=true
indent_else_if=false
indent_func_call_param=false