mirror of
https://github.com/godotengine/godot.git
synced 2026-04-20 02:41:18 +00:00
Style: Apply clang-format grouping rules
This commit is contained in:
parent
764bda8d6c
commit
e33e98a26f
260 changed files with 482 additions and 448 deletions
|
|
@ -30,6 +30,8 @@
|
|||
|
||||
#include "gdscript_language_protocol.h"
|
||||
|
||||
#include "godot_lsp.h"
|
||||
|
||||
#include "core/config/project_settings.h"
|
||||
#include "core/object/callable_mp.h"
|
||||
#include "core/object/class_db.h"
|
||||
|
|
@ -39,7 +41,6 @@
|
|||
#include "editor/editor_log.h"
|
||||
#include "editor/editor_node.h"
|
||||
#include "editor/settings/editor_settings.h"
|
||||
#include "modules/gdscript/language_server/godot_lsp.h"
|
||||
|
||||
#define LSP_CLIENT_V(m_ret_val) \
|
||||
ERR_FAIL_COND_V(latest_client_id == LSP_NO_CLIENT, m_ret_val); \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue