godot/modules/gdscript/language_server
Rémi Verschelde e956e80c1f Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Part of #33027, also discussed in #29848.

Enforcing the use of brackets even on single line statements would be
preferred, but `clang-format` doesn't have this functionality yet.
2020-05-10 13:12:16 +02:00
..
gdscript_extend_parser.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
gdscript_extend_parser.h
gdscript_language_protocol.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
gdscript_language_protocol.h
gdscript_language_server.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
gdscript_language_server.h
gdscript_text_document.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
gdscript_text_document.h
gdscript_workspace.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
gdscript_workspace.h
lsp.hpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00