Skip to content
Snippets Groups Projects
Commit e558fef4 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Add an AStyle config that doesn't bother me.

Biggest issue with this one is it doesn't allow BSD-style continuation
indentation, and forces aligning with parens.
parent 08af4e40
No related branches found
No related tags found
No related merge requests found
Pipeline #7790 passed
--style=stroustrup
--indent=tab=8
--attach-extern-c
--attach-closing-while
--indent-switches
# Maybe...
#--indent-after-parens
--indent-continuation=1
--indent-preproc-block
--pad-oper
--pad-include
--pad-header
--unpad-paren
--unpad-brackets
--squeeze-lines=2
--squeeze-ws
--align-pointer=name
--align-reference=type
--min-conditional-indent=3
--break-closing-braces
--break-one-line-headers
# Danger!
--remove-braces
--break-return-type
--attach-return-type-decl
--convert-tabs
--max-code-length=115
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment