Some checks failed
Nix Format Check / check-format (push) Failing after 40s
14 lines
309 B
JSON
14 lines
309 B
JSON
{
|
|
"files.exclude": {
|
|
"**/.git": true,
|
|
"**/.svn": true,
|
|
"**/.hg": true,
|
|
"**/CVS": true,
|
|
"**/.DS_Store": true,
|
|
"**/*.sha256": true,
|
|
},
|
|
"files.associations": {
|
|
"*.yml": "ansible"
|
|
},
|
|
"ansible.python.interpreterPath": "/usr/bin/python3"
|
|
} |