securityos/node_modules/@monaco-editor/react/.prettierrc.json

9 lines
126 B
JSON
Raw Permalink Normal View History

2024-09-06 15:32:35 +00:00
{
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"printWidth": 100,
"trailingComma": "all"
}