godot/scene/main
Rémi Verschelde 42d385b312
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 13:23:38 +02:00
..
canvas_layer.cpp Fix potential nullptr dereference in CanvasLayer 2021-10-23 11:57:52 +02:00
canvas_layer.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
http_request.cpp Revert HTTPRequest gzip compression support. 2021-10-14 12:51:37 +02:00
http_request.h Revert HTTPRequest gzip compression support. 2021-10-14 12:51:37 +02:00
instance_placeholder.cpp Style: Enforce braces around if blocks and loops 2021-05-05 15:02:01 +02:00
instance_placeholder.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
node.cpp Added Node name to print() when printing Nodes. 2021-07-20 13:05:09 +02:00
node.h Name nodes added from drag & drop by name_casing 2021-08-03 10:18:04 +02:00
resource_preloader.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
resource_preloader.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
scene_tree.cpp Merge pull request #53572 from kleonc/scene-tree-free-objects-queued-during-destruction-3x 2021-10-08 18:10:45 +02:00
scene_tree.h implement better ui scaling 2021-10-05 14:30:38 +02:00
SCsub SCons: Format buildsystem files with psf/black 2020-06-10 15:30:52 +02:00
timer.cpp Add a warning for Timer nodes with very low wait times 2021-10-09 11:36:03 +02:00
timer.h Add a warning for Timer nodes with very low wait times 2021-10-09 11:36:03 +02:00
viewport.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
viewport.h Add Listener2D 2021-10-05 13:29:59 +02:00