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
|
|
@ -32,10 +32,11 @@
|
|||
|
||||
#include "../gdscript.h"
|
||||
#include "../gdscript_analyzer.h"
|
||||
#include "editor/settings/editor_settings.h"
|
||||
#include "gdscript_language_protocol.h"
|
||||
#include "gdscript_workspace.h"
|
||||
|
||||
#include "editor/settings/editor_settings.h"
|
||||
|
||||
int get_indent_size() {
|
||||
if (EditorSettings::get_singleton()) {
|
||||
return EditorSettings::get_singleton()->get_setting("text_editor/behavior/indent/size");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue