bolt/deps/llvm-18.1.8/lldb/tools/lldb-dap/.prettierrc.json

8 lines
126 B
JSON
Raw Normal View History

2025-02-14 19:21:04 +01:00
{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": false,
"plugins": ["prettier-plugin-curly"]
}