UNPKG

ultracite

Version:

The AI-ready formatter that helps you write and generate code faster.

15 lines (13 loc) 267 B
/** @type {import('prettier').Config} */ const config = { arrowParens: "always", bracketSpacing: true, printWidth: 80, proseWrap: "never", semi: true, singleQuote: false, tabWidth: 2, trailingComma: "es5", useTabs: false, }; export default config;