This website requires JavaScript.
Explore
Help
Sign In
pa-fazil
/
android_bionic
mirror of
https://github.com/fazilsheik96/android_bionic.git
Watch
1
Star
0
Fork
You've already forked android_bionic
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
ef76860f22
android_bionic
/
libc
/
upstream-freebsd
/
.clang-format
4 lines
69 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Link .clang-format file to system/core one. Use the .clang-format-2 found in system/core instead of this which is not actually being used. Also, enable clang-format running by default. All upstream directories are marked as ignoring formatting so that their source files are not modified. Test: NA Change-Id: Icee6030f373fa5f072df162f97e6f34320e3d89a
2020-01-29 18:23:08 +00:00
DisableFormat: true
Fully disable clang format where needed. Even with formatting off, clang still tries to rearrange the include files or the using statements, so disable that too. Test: Verified that the include directories are not rearranged. Change-Id: I991a1b2bfa94a8202c5a486664658d654f1c7811
2020-01-30 16:10:17 +00:00
SortIncludes: false
SortUsingDeclarations: false