commit | 97c71dbbaa36b4619333f99730234e717c7fd10c | [log] [tgz] |
---|---|---|
author | ThiƩbaud Weksteen <tweek@google.com> | Thu Aug 08 12:06:35 2024 +1000 |
committer | ThiƩbaud Weksteen <tweek@google.com> | Thu Aug 08 12:06:35 2024 +1000 |
tree | cc32c76f4d341519106a37994af6ee09de6c28d8 | |
parent | 3ef691f5c929f8291636d5823273604d60884c66 [diff] |
Update .clang-format import groups order Match the import order to the style guide[1]. This is based on art/.clang-format. [1] https://source.android.com/docs/setup/contribute/code-style#order-import-statements Test: repo upload . Change-Id: Ifd5c45fce2e20adf818d1cf03637f07b10786122
diff --git a/.clang-format b/.clang-format index 1f39c81..c05d06f 100644 --- a/.clang-format +++ b/.clang-format
@@ -13,5 +13,15 @@ ColumnLimit: 100 IndentWidth: 4 ContinuationIndentWidth: 8 -... - +JavaImportGroups: +- android +- androidx +- com.android +- dalvik +- libcore +- com +- junit +- net +- org +- java +- javax