vscode-helix/.prettierrc
2023-11-12 19:24:48 +00:00

8 lines
129 B
Plaintext

{
"printWidth": 120,
"singleQuote": true,
"trailingComma": "all",
"arrowParens": "always",
"pluginSearchDirs": ["."]
}