We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e1b4602 commit 84297ceCopy full SHA for 84297ce
1 file changed
addons/GDQuest_GDScript_formatter/plugin.gd
@@ -35,7 +35,7 @@ const DEFAULT_SETTINGS = {
35
SETTING_USE_SPACES: false,
36
SETTING_INDENT_SIZE: 4,
37
SETTING_REORDER_CODE: false,
38
- SETTING_SAFE_MODE: false,
+ SETTING_SAFE_MODE: true,
39
SETTING_FORMATTER_PATH: "",
40
SETTING_LINT_ON_SAVE: false,
41
SETTING_LINT_LINE_LENGTH: 100,
0 commit comments