More accurate styling

This commit is contained in:
ineedbots 2021-06-17 21:58:19 -06:00
parent b272ded713
commit 39136e195b

View File

@ -1,9 +1,21 @@
# try to mimic the original gsc provided # try to mimic the original gsc provided
mode=c
style=allman style=allman
indent=tab indent=tab
lineend=windows lineend=windows
pad-oper pad-oper
pad-paren pad-paren-in
pad-header
# delete-empty-lines
fill-empty-lines
break-blocks break-blocks
indent-switches
indent-cases
indent-after-parens
remove-comment-prefix