uncrustify: do not indent with tabs

This commit is contained in:
Eric Torres 2024-05-07 10:52:13 -07:00
parent 5a1a9d92a5
commit c38ab502a3

View File

@ -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.