forge.nvim/.prettierrc
2026-03-27 16:46:28 -04:00

9 lines
152 B
Text

{
"proseWrap": "always",
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"trailingComma": "none",
"semi": false,
"singleQuote": true
}