This website requires JavaScript.
Explore
Help
Register
Sign In
tequilaOS
/
platform_bionic
Watch
2
Star
0
Fork
You've already forked platform_bionic
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
3d6c94f771
platform_bionic
/
libc
/
kernel
/
.clang-format
4 lines
69 B
Text
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 19:23:08 +01: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 17:10:17 +01:00
SortIncludes: false
SortUsingDeclarations: false
Reference in a new issue
Copy permalink