diff options
Diffstat (limited to 'uncrustify.cfg')
-rw-r--r-- | uncrustify.cfg | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/uncrustify.cfg b/uncrustify.cfg index f3c1492fca..11da34d59a 100644 --- a/uncrustify.cfg +++ b/uncrustify.cfg @@ -109,7 +109,7 @@ indent_ctor_init = 0 # number # True=indent the 'if' one level indent_else_if = false # false/true -# Amount to indent variable declarations after a open brace. neg=relative, pos=absolute +# Amount to indent variable declarations after an open brace. neg=relative, pos=absolute indent_var_def_blk = 0 # number # Indent continued variable declarations instead of aligning. @@ -1496,7 +1496,7 @@ cmt_insert_func_header = "" # string # Will substitute $(class) with the class name. cmt_insert_class_header = "" # string -# The filename that contains text to insert before a Obj-C message specification if the method isn't preceeded with a C/C++ comment. +# The filename that contains text to insert before an Obj-C message specification if the method isn't preceded with a C/C++ comment. # Will substitute $(message) with the function name and $(javaparam) with the javadoc @param and @return stuff. cmt_insert_oc_msg_header = "" # string |