virtualx-engine/platform/android/java/lib
Rémi Verschelde 3b11e33a09
clang-format: Disable alignment of operands, too unreliable
Sets `AlignOperands` to `DontAlign`.

`clang-format` developers seem to mostly care about space-based indentation and
every other version of clang-format breaks the bad mismatch of tabs and spaces
that it seems to use for operand alignment. So it's better without, so that it
respects our two-tabs `ContinuationIndentWidth`.
2021-10-28 15:19:35 +02:00
..
aidl/com/android/vending/licensing Complete the implementation of the GodotPayment plugin. 2020-03-17 17:43:09 -07:00
patches Split the Android platform java logic into an Android library module (lib) and an application module (app). 2019-09-04 16:20:22 -07:00
res Style: Cleanup uses of double spaces between words 2021-06-07 11:03:08 +02:00
src clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
AndroidManifest.xml Add logic to record the version of the Godot engine for the Android platform. 2021-02-24 04:23:46 -08:00
build.gradle Use current androidx Fragment library instead of legacy libraries 2021-09-08 10:17:26 +01:00
THIRDPARTY.md Split the Android platform java logic into an Android library module (lib) and an application module (app). 2019-09-04 16:20:22 -07:00