Skip to content

Commit 4aa38ce

Browse files
committed
Minor update to vscode settings
1 parent 11da751 commit 4aa38ce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: .vscode/settings.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@
1919
"editor.rulers": [120],
2020
"editor.wordWrapColumn": 120,
2121
"files.associations": {
22-
"*.1.in": "troff"
22+
"*.1.in": "troff",
23+
"*.h": "c"
2324
},
2425
"files.encoding": "utf8",
2526

2627
"todo-tree.highlights.defaultHighlight": {
27-
"foreground": "red",
28+
"foreground": "#DD0000",
2829
"rulerLane": "full"
2930
},
3031
"todo-tree.filtering.excludeGlobs": [

0 commit comments

Comments
 (0)