virtualx-engine/modules/mono/editor
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
..
Godot.NET.Sdk Mono: Bump Godot.NET.Sdk to 3.3.0 2021-03-17 14:46:26 +01:00
GodotTools [3.x] Some more C# formatting and style fixes 2021-09-18 12:11:03 -05:00
bindings_generator.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
bindings_generator.h Fix NodePath default argument in mono bindings 2021-09-06 10:46:33 -07:00
code_completion.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
code_completion.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
csharp_project.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00
csharp_project.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
editor_internal_calls.cpp Add editor keyboard shortcut for Mono Build solution button 2021-09-14 13:24:03 +01:00
editor_internal_calls.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
godotsharp_export.cpp Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
godotsharp_export.h Update copyright statements to 2021 2021-01-13 16:17:06 +01:00
script_class_parser.cpp clang-format: Disable alignment of operands, too unreliable 2021-10-28 13:23:38 +02:00
script_class_parser.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2021-05-04 14:45:16 +02:00