diff options
author | Georgiy Bondarenko <69736697+nehilo@users.noreply.github.com> | 2021-03-04 20:54:23 +0300 |
---|---|---|
committer | Georgiy Bondarenko <69736697+nehilo@users.noreply.github.com> | 2021-03-04 20:54:23 +0300 |
commit | e8701195e66f2d27ffe17fb514eae8173795aaf7 (patch) | |
tree | 9f519c4abf6556b9ae7190a6210d87ead1dfadde /buildroot/etc/.astylerc | |
download | kp3s-lgvl-e8701195e66f2d27ffe17fb514eae8173795aaf7.tar.xz kp3s-lgvl-e8701195e66f2d27ffe17fb514eae8173795aaf7.zip |
Initial commit
Diffstat (limited to 'buildroot/etc/.astylerc')
-rw-r--r-- | buildroot/etc/.astylerc | 23 |
1 files changed, 23 insertions, 0 deletions
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 |