pqc/.astylerc
Thom Wiggers 3b73ea134d
Formatted everything with astyle
clang-format was not flexible enough to allow lining out things on
columns with spaces.
2019-02-14 14:08:16 +01:00

16 lines
246 B
Plaintext

--style=google
--indent=spaces
--indent-preproc-define
--indent-preproc-cond
--pad-oper
--pad-comma
--pad-header
--unpad-paren
--align-pointer=name
--add-braces
--convert-tabs
--mode=c
--lineend=linux
# disable backup files
--suffix=none