This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
platform_system_core
mirror of
https://gitee.com/openkylin/platform_system_core.git
Watch
9
Star
0
Fork
You've already forked platform_system_core
0
Code
Issues
Projects
Releases
Wiki
Activity
2bd06f2895
platform_system_core
/
.clang-format
1 line
15 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add a 2 width option of clang format. Make the default the 4 tab space version. Add a link to the 2 space version for libbacktrace. The only other difference between the 4 space and 2 space tab version is that the 2 space tab version allows short functions on a single line. This is for things like constructors, short destructors, or accessor functions. I believe this is closer to the Google C++ style guide. Bug: 36046320 Test: NA Change-Id: Ida08db18902eeb101f42869dd5590182529d54ef
2017-03-11 03:25:32 +08:00
.clang-format-4