mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 22:11:07 +01:00
Minor update to vscode settings
This commit is contained in:
parent
11da751439
commit
4aa38ce620
5
.vscode/settings.json
vendored
5
.vscode/settings.json
vendored
@ -19,12 +19,13 @@
|
|||||||
"editor.rulers": [120],
|
"editor.rulers": [120],
|
||||||
"editor.wordWrapColumn": 120,
|
"editor.wordWrapColumn": 120,
|
||||||
"files.associations": {
|
"files.associations": {
|
||||||
"*.1.in": "troff"
|
"*.1.in": "troff",
|
||||||
|
"*.h": "c"
|
||||||
},
|
},
|
||||||
"files.encoding": "utf8",
|
"files.encoding": "utf8",
|
||||||
|
|
||||||
"todo-tree.highlights.defaultHighlight": {
|
"todo-tree.highlights.defaultHighlight": {
|
||||||
"foreground": "red",
|
"foreground": "#DD0000",
|
||||||
"rulerLane": "full"
|
"rulerLane": "full"
|
||||||
},
|
},
|
||||||
"todo-tree.filtering.excludeGlobs": [
|
"todo-tree.filtering.excludeGlobs": [
|
||||||
|
Loading…
Reference in New Issue
Block a user