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:
Perttu Ahola 2014-10-17 12:49:55 +03:00
parent 12465d8e3b
commit 03cfa56831

View File

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