heic-convert/.brackets.json

19 lines
354 B
JSON
Raw Permalink Normal View History

2020-01-18 05:30:30 +00:00
{
"spaceUnits": 2,
"useTabChar": false,
"language": {
"javascript": {
"linting.prefer": [
"ESLint"
],
"linting.usePreferredOnly": true
},
"markdown": {
"wordWrap": true
}
},
"language.fileNames": {
"Jenkinsfile": "groovy"
}
}