xgraph-adapter/Tests/WebViewer/Static/bower_components/monaco-editor/.prettierrc

11 lines
184 B
Plaintext
Raw Normal View History

2018-10-19 20:17:48 -04:00
{
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "none",
"bracketSpacing": false,
"jsxBracketSameLine": false
}