mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-31 21:27:07 -04:00
prettify strudel.mjs, plus add top level echo function
This commit is contained in:
+16
@@ -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"
|
||||
}
|
||||
|
||||
+905
-819
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user