Skip to main content
Module

x/flowed/.prettierrc

A fast and reliable flow engine for orchestration and more uses in Node.js, Deno and the browser
Latest
File
{ "$schema": "http://json.schemastore.org/prettierrc", "printWidth": 150, "trailingComma": "all", "singleQuote": true, "bracketSpacing": true, "useTabs": false, "tabWidth": 2, "semi": true, "requirePragma": false, "proseWrap": "preserve", "plugins": [], "pluginSearchDirs": [], "insertPragma": false, "endOfLine": "auto", "arrowParens": "avoid", "quoteProps": "as-needed"}