mirror of
https://github.com/ascii-boxes/boxes.git
synced 2024-12-04 14:03:53 +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.wordWrapColumn": 120,
|
||||
"files.associations": {
|
||||
"*.1.in": "troff"
|
||||
"*.1.in": "troff",
|
||||
"*.h": "c"
|
||||
},
|
||||
"files.encoding": "utf8",
|
||||
|
||||
"todo-tree.highlights.defaultHighlight": {
|
||||
"foreground": "red",
|
||||
"foreground": "#DD0000",
|
||||
"rulerLane": "full"
|
||||
},
|
||||
"todo-tree.filtering.excludeGlobs": [
|
||||
|
Loading…
Reference in New Issue
Block a user