Skip to content

Commit

Permalink
enable format-on-save for vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
steinerkelvin committed May 29, 2024
1 parent 9c4c432 commit 2fd912d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,7 @@ insert_final_newline = true

[*.nix]
indent_size = 2

# Javascript, TypeScript, JSON etc
[*.{js,ts,json}]
indent_size = 2
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"editor.formatOnSave": true,
"cSpell.words": [
"benda",
"bjit",
Expand Down

0 comments on commit 2fd912d

Please sign in to comment.