Fork of github.com/did-method-plc/did-method-plc
1{ 2 "trailingComma": "all", 3 "tabWidth": 2, 4 "semi": false, 5 "singleQuote": true, 6 "overrides": [ 7 { 8 "files": "*.hbs", 9 "options": { 10 "singleQuote": false 11 } 12 } 13 ] 14}