Skip to content

Instantly share code, notes, and snippets.

View robertjpayne's full-sized avatar

Robert Payne robertjpayne

View GitHub Profile
@robertjpayne
robertjpayne / Uncrustify Config
Created August 18, 2011 20:33
Xcode Run Uncrustify
#
# uncrustify config file for objective-c and objective-c++
#
indent_with_tabs = 2 # 1=indent to level only, 2=indent with tabs
output_tab_size = 4 # new tab size
indent_columns = output_tab_size
indent_label = 2 # pos: absolute col, neg: relative column
indent_align_assign = FALSE