uncrustify: do not indent with tabs
This commit is contained in:
parent
5a1a9d92a5
commit
c38ab502a3
@ -1164,7 +1164,7 @@ indent_param = 0 # unsigned number
|
||||
# 2: Indent and align with tabs, using spaces when not on a tabstop
|
||||
#
|
||||
# Default: 1
|
||||
indent_with_tabs = 1 # unsigned number
|
||||
indent_with_tabs = 0 # unsigned number
|
||||
|
||||
# Whether to indent comments that are not at a brace level with tabs on a
|
||||
# tabstop. Requires indent_with_tabs=2. If false, will use spaces.
|
||||
|
Loading…
x
Reference in New Issue
Block a user