summaryrefslogtreecommitdiffstats
path: root/platform/android/export/godot_plugin_config.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup Android C++ codeMarcel Admiraal2022-05-311-1/+0
|
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
| | | | Happy new year to the wonderful Godot community!
* clang-format: Disable alignment of operands, too unreliableRémi Verschelde2021-10-281-4/+3
| | | | | | | | | 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`.
* Split android platform export template into multiple filesSergey Minakov2021-08-121-0/+212