com.wallstop-studios.unity-helpers
Version:
Treasure chest of Unity developer tools
35 lines (34 loc) • 660 B
JSON
{
"$schema": "https://json.schemastore.org/prettierrc",
"printWidth": 100,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": false,
"trailingComma": "none",
"bracketSpacing": true,
"proseWrap": "preserve",
"endOfLine": "crlf",
"overrides": [
{
"files": ["*.asmdef", "*.asmref"],
"options": {
"parser": "json"
}
},
{
"files": [
"*.yml",
"*.yaml",
"*.md",
"*.sh",
"package.json",
"package-lock.json",
"_includes/*.html"
],
"options": {
"endOfLine": "lf"
}
}
]
}