Skip to main content
Module

x/lavadeno/.prettierrc

lavadeno is a simple, easy-to-use, and flexible lavalink client built on the Deno Runtime.
Latest
File
{ "arrowParens": "avoid", "endOfLine": "lf", "parser": "typescript", "semi": true, "quoteProps": "as-needed", "trailingComma": "es5", "useTabs": false, "bracketSpacing": true, "singleQuote": false, "tabWidth": 4, "printWidth": 100, "proseWrap": "preserve" }