Last active
February 28, 2020 02:51
-
-
Save lostsnow/9bfd5622d7ee4b8be9416e5c10d36528 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --style=1tbs | |
| indent=spaces=4 | |
| indent-namespaces | |
| indent-classes | |
| indent-modifiers | |
| indent-switches | |
| indent-after-parens | |
| indent-preproc-define | |
| indent-col1-comments | |
| min-conditional-indent=0 | |
| max-continuation-indent=120 | |
| attach-closing-while | |
| break-blocks | |
| pad-oper | |
| pad-comma | |
| pad-header | |
| unpad-paren | |
| delete-empty-lines | |
| align-pointer=name | |
| align-reference=name | |
| #break-closing-braces | |
| break-one-line-headers | |
| add-braces | |
| add-one-line-braces | |
| attach-return-type | |
| attach-return-type-decl | |
| convert-tabs | |
| max-code-length=160 | |
| break-after-logical | |
| lineend=linux |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment