Don't indent extern "C" blocks
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user