Initial commit: Add project structure and configuration
This commit is contained in:
10
.vscode/settings.json
vendored
Normal file
10
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"editor.formatOnSave": true,
|
||||||
|
"editor.codeActionsOnSave": {
|
||||||
|
"source.fixAll.eslint": true
|
||||||
|
},
|
||||||
|
"files.associations": {
|
||||||
|
"*.yaml": "ansible",
|
||||||
|
"*.yml": "ansible"
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user