Skip to content

Commit

Permalink
Merge pull request #166 from Danp2/dp_defaults
Browse files Browse the repository at this point in the history
Only apply indentation changes to AutoIt language
  • Loading branch information
loganch authored Feb 20, 2023
2 parents da3108d + 21061d1 commit 5a5eacd
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 5a5eacd

Please sign in to comment.