11{
2- "yaml.customTags" : [
3- " !run: mapping" ,
4- " !registryKey: mapping" ,
5- " !registryValue: mapping" ,
6- " !appx: mapping" ,
7- " !file: mapping" ,
8- " !service: mapping" ,
9- " !scheduledTask: mapping" ,
10- " !taskKill: mapping" ,
11- " !systemPackage: mapping" ,
12- " !cmd: mapping" ,
13- " !powerShell: mapping" ,
14- " !writeStatus: mapping" ,
15- " !task: mapping"
16- ],
17- "files.associations" : {
18- "playbook.conf" : " xml"
19- }
20- }
2+ "editor.formatOnSave" : true ,
3+ "editor.codeActionsOnSave" : {
4+ "source.fixAll" : " explicit" ,
5+ "source.fixAll.eslint" : " explicit"
6+ },
7+ "editor.detectIndentation" : false ,
8+ "editor.insertSpaces" : true ,
9+ "editor.tabSize" : 4 ,
10+ "[yaml]" : {
11+ "editor.defaultFormatter" : " redhat.vscode-yaml" ,
12+ "editor.tabSize" : 2
13+ },
14+ "[json]" : {
15+ "editor.defaultFormatter" : " vscode.json-language-features" ,
16+ "editor.tabSize" : 2
17+ },
18+ "[jsonc]" : {
19+ "editor.defaultFormatter" : " vscode.json-language-features" ,
20+ "editor.tabSize" : 2
21+ },
22+ "[powershell]" : {
23+ "editor.defaultFormatter" : " ms-vscode.powershell" ,
24+ "editor.tabSize" : 4
25+ },
26+ "[markdown]" : {
27+ "editor.defaultFormatter" : " vscode.markdown-language-features" ,
28+ "editor.trimAutoWhitespace" : false
29+ },
30+ "[shellscript]" : {
31+ "editor.formatOnSave" : true ,
32+ "editor.defaultFormatter" : " foxundermoon.shell-format" ,
33+ "editor.tabSize" : 2
34+ },
35+ "[bat]" : {
36+ "editor.formatOnSave" : true ,
37+ "editor.tabSize" : 4
38+ },
39+ "[xml]" : {
40+ "editor.defaultFormatter" : " redhat.vscode-xml" ,
41+ "editor.tabSize" : 2
42+ },
43+ "files.eol" : " \n " ,
44+ "files.encoding" : " utf8" ,
45+ "files.trimTrailingWhitespace" : true ,
46+ "files.insertFinalNewline" : true ,
47+ "yaml.customTags" : [
48+ " !run: mapping" ,
49+ " !registryKey: mapping" ,
50+ " !registryValue: mapping" ,
51+ " !appx: mapping" ,
52+ " !file: mapping" ,
53+ " !service: mapping" ,
54+ " !scheduledTask: mapping" ,
55+ " !taskKill: mapping" ,
56+ " !systemPackage: mapping" ,
57+ " !cmd: mapping" ,
58+ " !powerShell: mapping" ,
59+ " !writeStatus: mapping" ,
60+ " !task: mapping"
61+ ],
62+ "files.associations" : {
63+ "playbook.conf" : " xml"
64+ }
65+ }
0 commit comments