1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-29 14:52:12 +01:00

uncrustify: update configuration (EOL comment and class indents, extra ';' removals)

This commit is contained in:
Oleg Semyonov 2013-04-29 17:06:08 +02:00
parent 0394a3511c
commit 363e1705cf

View File

@ -102,7 +102,7 @@ indent_namespace_limit = 0 # number
indent_extern = false # false/true
# Whether the 'class' body is indented
indent_class = false # false/true
indent_class = true # false/true
# Whether to indent the stuff after a leading class colon
indent_class_colon = false # false/true
@ -164,7 +164,7 @@ indent_sing_line_comments = 0 # number
# If set, will indent trailing single line ('//') comments relative
# to the code instead of trying to keep the same absolute column
indent_relative_single_line_comments = false # false/true
indent_relative_single_line_comments = true # false/true
# Spaces to indent 'case' from 'switch'
# Usually 0 or indent_columns.
@ -1398,7 +1398,7 @@ mod_pawn_semicolon = false # false/true
mod_full_paren_if_bool = false # false/true
# Whether to remove superfluous semicolons
mod_remove_extra_semicolon = true # false/true
mod_remove_extra_semicolon = false # false/true
# If a function body exceeds the specified number of newlines and doesn't have a comment after
# the close brace, a comment will be added.