godot/modules/mono
Rémi Verschelde 0be6d925dc Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Which means that reduz' beloved style which we all became used to
will now be changed automatically to remove the first empty line.

This makes us lean closer to 1TBS (the one true brace style) instead
of hybridating it with some Allman-inspired spacing.

There's still the case of braces around single-statement blocks that
needs to be addressed (but clang-format can't help with that, but
clang-tidy may if we agree about it).

Part of #33027.
2020-05-14 16:54:55 +02:00
..
build_scripts C#: Support for building with the dotnet CLI 2020-05-11 08:17:37 +02:00
doc_classes
editor Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
glue Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
icons
mono_gd Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
utils Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
__init__.py
.gitignore
class_db_api_json.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
class_db_api_json.h
config.py Mono: Use msbuild instead of nuget.exe for restoring 2020-05-09 19:45:04 +02:00
csharp_script.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
csharp_script.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
godotsharp_defs.h
godotsharp_dirs.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
godotsharp_dirs.h
managed_callable.cpp C#/Mono: Check assembly version when loading 2020-05-09 20:54:16 +02:00
managed_callable.h Mono/C#: Optimize the way we store GC handles for scripts 2020-03-17 21:51:05 +01:00
mono_gc_handle.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
mono_gc_handle.h Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
register_types.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
register_types.h
SCsub Mono/C#: Add iOS support 2020-03-31 09:37:16 +02:00
signal_awaiter_utils.cpp Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks 2020-05-14 16:54:55 +02:00
signal_awaiter_utils.h Mono/C#: Optimize the way we store GC handles for scripts 2020-03-17 21:51:05 +01:00