blob: 6859f5839eb306a934852a2462950d7032b0d6d7 (
plain)
| ofs | hex dump | ascii |
|---|
| 0000 | 77 4f 46 46 00 01 00 00 00 01 28 cc 00 12 00 00 00 02 b2 40 00 00 00 00 00 00 00 00 00 00 00 00 | wOFF......(........@............ |
| 0020 | 00 00 00 00 00 00 00 00 00 00 00 00 46 46 54 4d {
"arrowParens": "always",
"bracketSameLine": false,
"bracketSpacing": true,
"embeddedLanguageFormatting": "auto",
"endOfLine": "lf",
"htmlWhitespaceSensitivity": "css",
"insertPragma": false,
"printWidth": 80,
"proseWrap": "preserve",
"quoteProps": "as-needed",
"requirePragma": false,
"semi": true,
"singleQuote": true,
"tabWidth": 2,
"trailingComma": "es5",
"useTabs": false,
"overrides": [
{
"files": ["*.scss"],
"options": {
"singleQuote": false
}
},
{
"files": ["*.txt"],
"options": {
"endOfLine": "crlf"
}
}
]
}
|