mirror of https://github.com/neutrinolabs/xrdp
astyle: replace depreacted astyle options
with compatible ones with astyle 3.4. Now configuration is compatible both astyle 3.1 and 3.4.
This commit is contained in:
parent
b39c12f351
commit
ffd25af182
|
@ -19,13 +19,13 @@
|
|||
--convert-tabs
|
||||
|
||||
# requires --convert-tabs to work properly
|
||||
--indent-preprocessor
|
||||
--indent-preproc-define
|
||||
|
||||
--indent-col1-comments
|
||||
|
||||
--min-conditional-indent=2
|
||||
|
||||
--max-instatement-indent=40
|
||||
--max-continuation-indent=40
|
||||
|
||||
# Insert space padding around operators.
|
||||
--pad-oper
|
||||
|
@ -35,7 +35,7 @@
|
|||
|
||||
|
||||
# Add brackets to unbracketed one line conditional statements (e.g. 'if', 'for', 'while'...).
|
||||
--add-brackets
|
||||
--add-braces
|
||||
|
||||
--align-pointer=name
|
||||
|
||||
|
|
Loading…
Reference in New Issue