Skip to content

Commit

Permalink
chore: add editorconfig and vscode extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
skippednote committed Sep 28, 2022
1 parent ade6648 commit bce2627
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
indent_style = space
indent_size = 2
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
"endOfLine": "lf",
"singleQuote": false,
"printWidth": 80
}
}
9 changes: 9 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"recommendations": [
"editorconfig.editorconfig",
"eamodio.gitlens",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"nicoespeon.abracadabra"
]
}

0 comments on commit bce2627

Please sign in to comment.