mirror of
https://github.com/catdad-experiments/heic-convert
synced 2024-11-21 17:38:42 +00:00
19 lines
354 B
JSON
19 lines
354 B
JSON
{
|
|
"spaceUnits": 2,
|
|
"useTabChar": false,
|
|
"language": {
|
|
"javascript": {
|
|
"linting.prefer": [
|
|
"ESLint"
|
|
],
|
|
"linting.usePreferredOnly": true
|
|
},
|
|
"markdown": {
|
|
"wordWrap": true
|
|
}
|
|
},
|
|
"language.fileNames": {
|
|
"Jenkinsfile": "groovy"
|
|
}
|
|
}
|