an app to share curated trails sidetrail.app
atproto nextjs react rsc
at main 9 lines 164 B view raw
1/** @type {import("prettier").Config} */ 2const config = { 3 printWidth: 100, 4 semi: true, 5 singleQuote: false, 6 trailingComma: "all", 7}; 8 9export default config;