Add rulers to VS Code project
This commit is contained in:
parent
78ae403f61
commit
329fca3929
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@ -10,7 +10,9 @@
|
|||||||
"tuple": "cpp",
|
"tuple": "cpp",
|
||||||
"utility": "cpp"
|
"utility": "cpp"
|
||||||
},
|
},
|
||||||
|
"editor.minimap.maxColumn": 120,
|
||||||
"editor.detectIndentation": false,
|
"editor.detectIndentation": false,
|
||||||
"editor.insertSpaces": false,
|
"editor.insertSpaces": false,
|
||||||
"C_Cpp.errorSquiggles": "disabled",
|
"C_Cpp.errorSquiggles": "disabled",
|
||||||
|
"editor.rulers": [120],
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user