All checks were successful
Nix Format Check / check-format (pull_request) Successful in 37s
14 lines
308 B
JSON
14 lines
308 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/*.sha256": true,
|
|
},
|
|
"ansible.python.interpreterPath": "/usr/bin/python",
|
|
"files.associations": {
|
|
"*.yml": "ansible"
|
|
}
|
|
} |