Skip to content

Instantly share code, notes, and snippets.

@lixingcong
Created July 18, 2018 11:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lixingcong/eeaf09fff69166f9a11889add17aaa09 to your computer and use it in GitHub Desktop.
Save lixingcong/eeaf09fff69166f9a11889add17aaa09 to your computer and use it in GitHub Desktop.
Astyle代码格式文件
--style=kr
--indent=spaces=4
--attach-inlines
--indent-cases
--indent-col1-comments
--break-blocks
--pad-oper
--align-pointer=type
--align-reference=type
--max-code-length=100
# Converts tabs into spaces
--convert-tabs
@lixingcong
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment