heic-convert/.brackets.json
2020-01-18 00:30:30 -05:00

19 lines
354 B
JSON

{
"spaceUnits": 2,
"useTabChar": false,
"language": {
"javascript": {
"linting.prefer": [
"ESLint"
],
"linting.usePreferredOnly": true
},
"markdown": {
"wordWrap": true
}
},
"language.fileNames": {
"Jenkinsfile": "groovy"
}
}