bolt/deps/llvm-18.1.8/lldb/tools/lldb-dap/.prettierrc.json
2025-02-14 19:21:04 +01:00

7 lines
126 B
JSON

{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"plugins": ["prettier-plugin-curly"]
}