mirror of
https://github.com/tauri-apps/tauri.studio.git
synced 2026-02-04 02:21:17 +01:00
* feat(site): initial scaffolding * fix(redirect): 404 * feat(CNAME): reference to tauri-apps.org * feat(CNAME): add CNAME to build script CMD * feat(work): various things, including patterns page * feat(sidebar): Now scroll works - needed to close the sidebar, because there is no docheight - added a # to urls * feat(slides): add landing carousel * feat(landing): add ministories and roadmap and mermaid * feat(links): update links, enhance mermaid * feat(patterns): stylish page, 5 patterns, dynamic mermaid - note: trollbridge -> api-bridge - update mermaid * feat(patterns): - add multiwin pattern - add pattern icons - rename patterns - add config section with dynamic markdown - use keep-alive - minor revisions to landing page * feat(security): add docs/security page * feat(patterns): add cloudish flowchart * feat(patterns): fix infobar for mobile * feat(quasar): update deps * feat(examples): basic scaffolding * feat(patterns): mosts, bests * feat(patterns): icons * feat(build): last manual build
36 lines
815 B
Plaintext
36 lines
815 B
Plaintext
{
|
|
"blocks": "never",
|
|
"brackets": "never",
|
|
"colons": "never",
|
|
"colors": "always",
|
|
"commaSpace": "always",
|
|
"commentSpace": "always",
|
|
"cssLiteral": "never",
|
|
"depthLimit": false,
|
|
"duplicates": true,
|
|
"efficient": "always",
|
|
"extendPref": false,
|
|
"globalDupe": true,
|
|
"indentPref": 2,
|
|
"leadingZero": "never",
|
|
"maxErrors": false,
|
|
"maxWarnings": false,
|
|
"mixed": false,
|
|
"namingConvention": false,
|
|
"namingConventionStrict": false,
|
|
"none": "never",
|
|
"noImportant": false,
|
|
"parenSpace": "never",
|
|
"placeholder": false,
|
|
"prefixVarsWithDollar": "always",
|
|
"quotePref": "single",
|
|
"semicolons": "never",
|
|
"sortOrder": false,
|
|
"stackedProperties": "never",
|
|
"trailingWhitespace": "never",
|
|
"universal": "never",
|
|
"valid": true,
|
|
"zeroUnits": "never",
|
|
"zIndexNormalize": false
|
|
}
|