Skip to content

Commit

Permalink
vscode: json sort key
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Sep 8, 2023
1 parent a17c7ee commit 4e52e2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/2023-08-09-vscode.html
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ <h1>
<span class="pl-ent">"vendor"</span>: <span class="pl-c1">true</span>
},
<span class="pl-ent">"git.mergeEditor"</span>: <span class="pl-c1">true</span>,
<span class="pl-ent">"json.sortOnSave.enable"</span>: <span class="pl-c1">true</span>,
<span class="pl-ent">"problems.decorations.enabled"</span>: <span class="pl-c1">false</span>,
<span class="pl-ent">"search.exclude"</span>: {
<span class="pl-ent">".idea"</span>: <span class="pl-c1">true</span>,
Expand Down
1 change: 1 addition & 0 deletions posts/2023-08-09-vscode.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ change in the future until I find better tool)
"vendor": true
},
"git.mergeEditor": true,
"json.sortOnSave.enable": true,
"problems.decorations.enabled": false,
"search.exclude": {
".idea": true,
Expand Down

0 comments on commit 4e52e2d

Please sign in to comment.