Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cd2fe535 authored by Siarhei Vishniakou's avatar Siarhei Vishniakou
Browse files

Enable clang-format for core/jni

To have consistent code style and avoid format-related comments in code
review, enable clang-format in frameworks/base/core/jni.

Bug: none
Test: repo upload
Change-Id: Ie9e5408d85036dfabae3a9c60b238b4a190da5fc
parent 856ce4a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@ clang_format = true
clang_format = --commit ${PREUPLOAD_COMMIT} --style file --extensions c,h,cc,cpp
               cmds/hid/
               cmds/input/
               core/jni/
               libs/input/

[Hook Scripts]