1
0
Fork 0
godot/platform/iphone
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
..
api [iOS] Use platform generated api to initialize iOS plugins 2021-08-06 23:28:37 +03:00
export clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
SCsub
app_delegate.h
app_delegate.mm Implement get_cache_path() for iOS, and improve it for Android and Windows 2021-10-09 11:13:26 +02:00
detect.py SCons: Set `DEBUG_ENABLED` and `DEV_ENABLED` in SConstruct 2021-10-15 10:26:58 +02:00
device_metrics.h
device_metrics.m
display_layer.h
display_layer.mm
display_server_iphone.h Use "volk" instead of statically linked Vulkan loader. 2021-08-12 14:25:15 +03:00
display_server_iphone.mm Use Key enum instead of plain integers 2021-08-10 16:26:55 -05:00
godot_app_delegate.h
godot_app_delegate.m
godot_iphone.mm Implement get_cache_path() for iOS, and improve it for Android and Windows 2021-10-09 11:13:26 +02:00
godot_view.h
godot_view.mm
godot_view_gesture_recognizer.h Fix various typos with codespell 2021-07-25 11:21:51 +02:00
godot_view_gesture_recognizer.mm
godot_view_renderer.h
godot_view_renderer.mm
ios.h
ios.mm
joypad_iphone.h
joypad_iphone.mm
keyboard_input_view.h
keyboard_input_view.mm Use Key enum instead of plain integers 2021-08-10 16:26:55 -05:00
logo.png
main.m Use "volk" instead of statically linked Vulkan loader. 2021-08-12 14:25:15 +03:00
os_iphone.h Implement get_cache_path() for iOS, and improve it for Android and Windows 2021-10-09 11:13:26 +02:00
os_iphone.mm Implement get_cache_path() for iOS, and improve it for Android and Windows 2021-10-09 11:13:26 +02:00
platform_config.h
view_controller.h
view_controller.mm
vulkan_context_iphone.h
vulkan_context_iphone.mm Upgrade Vulkan memory allocator 2021-08-13 00:05:41 +02:00