moonfire-nvr/.vscode/settings.json

11 lines
177 B
JSON
Raw Normal View History

2020-12-23 02:37:44 -05:00
{
"editor.rulers": [
80,
{
"column": 100,
"color": "#cc8888"
}
],
"rust-analyzer.inlayHints.enable": false
}