From 21061d117e984ffdb53226c314b8808276451b37 Mon Sep 17 00:00:00 2001 From: Dan Pollak Date: Wed, 1 Feb 2023 09:04:39 -0600 Subject: [PATCH] Only apply indentation changes to AutoIt language --- package.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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": [ {