clang-format: Add JavaImportGroups for Java code

This commit is contained in:
Rémi Verschelde
2020-05-05 10:26:19 +02:00
parent 33d0b9e169
commit 6038325470
37 changed files with 113 additions and 48 deletions

View File

@@ -124,4 +124,5 @@ ObjCBlockIndentWidth: 4
### Java specific config ###
Language: Java
# BreakAfterJavaFieldAnnotations: false
JavaImportGroups: ['org.godotengine', 'android', 'androidx', 'com.android', 'com.google', 'java', 'javax']
...