Remove --break-blocks option, it doesn't match the existing code style
Strip trailing newlines.
This commit is contained in:
parent
f11eed3277
commit
90083e5f23
@ -8,15 +8,15 @@
|
|||||||
# for C++ files only
|
# for C++ files only
|
||||||
--indent-classes
|
--indent-classes
|
||||||
|
|
||||||
# Indent 'switch' blocks so that the 'case X:' statements are indented in the switch block.
|
# Indent 'switch' blocks so that the 'case X:' statements are indented in the switch block.
|
||||||
# The entire case block is indented.
|
# The entire case block is indented.
|
||||||
--indent-switches
|
--indent-switches
|
||||||
|
|
||||||
# Add extra indentation to namespace blocks. This option has no effect on Java files.
|
# Add extra indentation to namespace blocks. This option has no effect on Java files.
|
||||||
--indent-namespaces
|
--indent-namespaces
|
||||||
|
|
||||||
# Converts tabs into spaces in the non-indentation part of the line.
|
# Converts tabs into spaces in the non-indentation part of the line.
|
||||||
--convert-tabs
|
--convert-tabs
|
||||||
|
|
||||||
# requires --convert-tabs to work properly
|
# requires --convert-tabs to work properly
|
||||||
--indent-preprocessor
|
--indent-preprocessor
|
||||||
@ -27,17 +27,14 @@
|
|||||||
|
|
||||||
--max-instatement-indent=40
|
--max-instatement-indent=40
|
||||||
|
|
||||||
# Pad empty lines around header blocks (e.g. 'if', 'for', 'while'...).
|
# Insert space padding around operators.
|
||||||
--break-blocks
|
|
||||||
|
|
||||||
# Insert space padding around operators.
|
|
||||||
--pad-oper
|
--pad-oper
|
||||||
|
|
||||||
# Insert space padding after paren headers only (e.g. 'if', 'for', 'while'...).
|
# Insert space padding after paren headers only (e.g. 'if', 'for', 'while'...).
|
||||||
--pad-header
|
--pad-header
|
||||||
|
|
||||||
|
|
||||||
# Add brackets to unbracketed one line conditional statements (e.g. 'if', 'for', 'while'...).
|
# Add brackets to unbracketed one line conditional statements (e.g. 'if', 'for', 'while'...).
|
||||||
--add-brackets
|
--add-brackets
|
||||||
|
|
||||||
--align-pointer=name
|
--align-pointer=name
|
||||||
@ -46,12 +43,12 @@
|
|||||||
--suffix=none
|
--suffix=none
|
||||||
|
|
||||||
# For each directory in the command line, process all subdirectories recursively.
|
# For each directory in the command line, process all subdirectories recursively.
|
||||||
--recursive
|
--recursive
|
||||||
|
|
||||||
# Preserve the original file's date and time modified.
|
# Preserve the original file's date and time modified.
|
||||||
--preserve-date
|
--preserve-date
|
||||||
|
|
||||||
# Formatted files display mode. Display only the files that have been formatted.
|
# Formatted files display mode. Display only the files that have been formatted.
|
||||||
# Do not display files that are unchanged.
|
# Do not display files that are unchanged.
|
||||||
--formatted
|
--formatted
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user