1
0
mirror of https://github.com/KDE/latte-dock.git synced 2024-12-24 17:33:50 +03:00
latte-dock/astylerc
Michail Vourlakos f9ec1fa5b3 initial commit for Latte !!!
-initial commit based on the latest Now Dock
from the corona branch and beautiful techniques
and designs from the Candil Dock
2016-12-25 09:25:27 +02:00

41 lines
765 B
Plaintext

#BracketStyleOptions
--style=stroustrup
--keep-one-line-blocks
--keep-one-line-statements
#TabOptions
# --indent=force-tab=4
--indent=spaces=4
#BracketModifyOptions
--attach-namespaces
--attach-inlines
#FormattingOptions
--convert-tabs
--max-code-length=80
--keep-one-line-blocks
--keep-one-line-statements
--close-templates
--max-code-length=200
#IndentationOptions
--indent-switches
--indent-preproc-block
--indent-preproc-define
--min-conditional-indent=1
--max-instatement-indent=40
#PaddingOptions
--break-blocks
--pad-oper
--unpad-paren
--pad-header
--fill-empty-lines
--align-pointer=name
--align-reference=name
#Others
--preserve-date
--verbose