Don't indent extern "C" blocks

This commit is contained in:
Markus Mäkelä
2019-03-26 09:21:32 +02:00
parent f8bc6b18fc
commit fd39291542

View File

@ -637,7 +637,7 @@ indent_namespace_level = 0 # unsigned number
indent_namespace_limit = 0 # unsigned number
# Whether the 'extern "C"' body is indented.
indent_extern = true # false/true
indent_extern = false # false/true
# Whether the 'class' body is indented.
indent_class = true # false/true