diff --git a/package.json b/package.json index e1f2df0..14bc2a5 100644 --- a/package.json +++ b/package.json @@ -488,9 +488,11 @@ } }, "configurationDefaults": { - "editor.detectIndentation": false, - "editor.tabSize": 4, - "editor.insertSpaces": false, + "[autoit]": { + "editor.detectIndentation": false, + "editor.tabSize": 4, + "editor.insertSpaces": false + }, "editor.tokenColorCustomizations": { "textMateRules": [ {