From e8701195e66f2d27ffe17fb514eae8173795aaf7 Mon Sep 17 00:00:00 2001 From: Georgiy Bondarenko <69736697+nehilo@users.noreply.github.com> Date: Thu, 4 Mar 2021 22:54:23 +0500 Subject: Initial commit --- buildroot/etc/.astylerc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 buildroot/etc/.astylerc (limited to 'buildroot/etc/.astylerc') diff --git a/buildroot/etc/.astylerc b/buildroot/etc/.astylerc new file mode 100644 index 0000000..aefe32c --- /dev/null +++ b/buildroot/etc/.astylerc @@ -0,0 +1,23 @@ +--style=google +--keep-one-line-blocks + +--indent=spaces=2 +--indent-preproc-block +--indent-preproc-define +--indent-col1-comments + +--remove-brackets +--break-after-logical +--delete-empty-lines + +--pad-oper +--pad-header +--unpad-paren +--align-pointer=type +--align-reference=type + +--attach-classes +--attach-inlines +--keep-one-line-statements + +--indent-namespaces -- cgit v1.2.3