Skip to content

Commit

Permalink
add toml formatting rules
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Jan 21, 2024
1 parent 599f0b4 commit 086dde4
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"[toml]": {
"editor.defaultFormatter": "tamasfe.even-better-toml"
},
"evenBetterToml.formatter.alignEntries": true,
"evenBetterToml.formatter.alignComments": true,
"evenBetterToml.formatter.allowedBlankLines": 2,
"evenBetterToml.formatter.columnWidth": 120
}

0 comments on commit 086dde4

Please sign in to comment.