Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
set line numbers to relative by defafult (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat authored Jan 11, 2024
1 parent efff44d commit 7a5bd46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
"go.testTags": "all",
"go.buildTags": "all",
"editor.minimap.enabled": false,
"editor.lineNumbers": "relative",
"editor.quickSuggestionsDelay": 0,
"editor.suggestSelection": "first",
"editor.snippetSuggestions": "top",
Expand Down

0 comments on commit 7a5bd46

Please sign in to comment.