prettify strudel.mjs, plus add top level echo function

This commit is contained in:
alex 2022-03-28 13:37:13 +01:00
parent b7988f2158
commit f529d09227
2 changed files with 921 additions and 819 deletions

16
.prettierrc Normal file
View File

@ -0,0 +1,16 @@
{
"printWidth": 120,
"useTabs": false,
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"jsxSingleQuote": false,
"trailingComma": "all",
"bracketSpacing": true,
"jsxBracketSameLine": false,
"arrowParens": "always",
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "css",
"endOfLine": "lf"
}

File diff suppressed because it is too large Load Diff