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 LSP: Implement signatureHelp 2020-01-09 00:57:54 +08:00
gdscript_language_protocol.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
gdscript_language_protocol.h Style: Set clang-format Standard to Cpp11 2020-03-17 07:36:24 +01:00
gdscript_language_server.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
gdscript_language_server.h Allow enable/disable threading for LSP server 2020-01-11 23:50:32 +08:00
gdscript_text_document.cpp Replace NULL with nullptr 2020-04-02 13:38:00 +02:00
gdscript_text_document.h GDScript LSP: Implement signatureHelp 2020-01-09 00:57:54 +08:00
gdscript_workspace.cpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00
gdscript_workspace.h fix: Return only scenes for script owners on LSP completion 2020-03-07 09:17:25 -03:00
lsp.hpp Style: clang-format: Disable AllowShortIfStatementsOnASingleLine 2020-05-10 13:12:16 +02:00