Skip to content

Commit d24229b

Browse files
authored
Categorise extension settings and fix ansible language configurations (#961)
* categorize settings * add orders inside categories * place the language server section at the last * change the section title from 'Ansible' to 'Basic Configurations' * fix ansible language configurations
1 parent f7ec3e6 commit d24229b

File tree

2 files changed

+248
-204
lines changed

2 files changed

+248
-204
lines changed

ansible-language-configuration.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
}
4646
},
4747
"indentationRules": {
48-
"increaseIndentPattern": "^\\s*.*(:|-) ?(&\\w+)?\\{[^}\"']*|\\([^)\"']*)?$",
48+
"increaseIndentPattern": "^\\s*.*(:|-) ?(&\\w+)?(\\{[^}\"']*|\\([^)\"']*)?$",
4949
"decreaseIndentPattern": "^\\s+\\}$"
5050
},
5151
"wordPattern": "(^.?[^\\s]+)+|([^\\s\n={[][\\w\\-\\./$%&*:\"']+)"

0 commit comments

Comments
 (0)