blob: 81cd44301436cf3be471a259d4ab2c5cddcd7998 (
plain)
1
2
3
4
5
6
7
8
9
|
sp_inside_sparen = remove
sp_inside_for = remove
sp_func_def_paren = remove
sp_func_call_paren = remove
indent_columns = 3
indent_with_tabs = 0
indent_class = true
nl_for_brace = add
nl_fdef_brace = add
|