util/uncrusfity.cfg: indent_cmt_with_tabs = true -> false; this isn't ideal but it's still better than the alternative
This commit is contained in:
parent
12465d8e3b
commit
03cfa56831
@ -54,7 +54,7 @@ indent_with_tabs = 2 # Needed because otherwise spaces are placed in stupid plac
|
||||
|
||||
# Comments that are not a brace level are indented with tabs on a tabstop.
|
||||
# Requires indent_with_tabs=2. If false, will use spaces.
|
||||
indent_cmt_with_tabs = true
|
||||
indent_cmt_with_tabs = false
|
||||
|
||||
# Whether to indent strings broken by '\' so that they line up
|
||||
indent_align_string = false
|
||||
|
Loading…
x
Reference in New Issue
Block a user