Skip to content

Commit

Permalink
Only apply indentation changes to AutoIt language
Browse files Browse the repository at this point in the history
  • Loading branch information
Danp2 committed Feb 1, 2023
1 parent baac143 commit 21061d1
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down

0 comments on commit 21061d1

Please sign in to comment.