godot/drivers
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
..
alsa
alsamidi
coreaudio
coremidi
png Build for 64-bit ARM by default when compiling or exporting for Android 2021-10-12 16:35:49 +02:00
pulseaudio Save all 64 bits of get_ticks_msec() in more cases 2021-10-26 13:58:58 +02:00
spirv-reflect
unix Implement toast notifications in the editor 2021-10-14 13:30:54 +02:00
vulkan clang-format: Disable alignment of operands, too unreliable 2021-10-28 15:19:35 +02:00
wasapi Merge pull request #53408 from EIRTeam/fix_wasapi_output_latency 2021-10-06 16:35:35 +02:00
windows Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_master 2021-10-05 12:03:05 +02:00
winmidi Add missing WIN32_LEAN_AND_MEAN 2021-09-23 10:35:00 +02:00
xaudio2 Add missing WIN32_LEAN_AND_MEAN 2021-09-23 10:35:00 +02:00
register_driver_types.cpp Add driver types to GD extension initialisation levels 2021-09-13 18:50:00 +10:00
register_driver_types.h
SCsub