Tools: CodeStyle: astylerc: change style to linux

max-continuation-indent=100 not supported in v2.x but is OK in 3.1
This commit is contained in:
Mark Whitehorn 2019-05-04 12:18:56 -06:00 committed by Andrew Tridgell
parent b5849b356e
commit 3cbbc33766
1 changed files with 3 additions and 2 deletions

View File

@ -1,9 +1,10 @@
style=stroustrup style=linux
keep-one-line-statements
add-brackets add-brackets
indent=spaces=4 indent=spaces=4
indent-col1-comments indent-col1-comments
min-conditional-indent=0 min-conditional-indent=0
suffix=none suffix=none
lineend=linux lineend=linux
unpad-paren
pad-header pad-header