1
1
mirror of https://github.com/henrydcase/pqc.git synced 2024-11-22 23:48:58 +00:00
pqcrypto/.astylerc

16 lines
246 B
Plaintext
Raw Normal View History

--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