Skip to content

Commit

Permalink
Merge pull request #1459 from demergent-labs/more_configs
Browse files Browse the repository at this point in the history
Add VS Code Extensions and Editorconfig
  • Loading branch information
lastmjs authored Dec 1, 2023
2 parents 9861212 + 6e978a1 commit 98b54e7
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.dfx
.DS_Store
.editorconfig
.vscode/*
!.vscode/extensions.json
dist
node_modules
target
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"recommendations": [
"bierner.comment-tagged-templates",
"dbaeumer.vscode-eslint",
"editorconfig.editorconfig",
"esbenp.prettier-vscode",
"rust-lang.rust-analyzer"
]
}

0 comments on commit 98b54e7

Please sign in to comment.