Skip to content

Commit

Permalink
chore: editor format config (#49)
Browse files Browse the repository at this point in the history
* chore: delete personal config

* chore: add .editorconfig
  • Loading branch information
shulandmimi committed Mar 7, 2023
1 parent 6f077f4 commit 711340c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
5 changes: 1 addition & 4 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
{
"editor.formatOnSave": true,
"editor.tabSize": 2,
"editor.fontFamily": "Fira Code",
"editor.fontLigatures": true
"editor.tabSize": 2
}

0 comments on commit 711340c

Please sign in to comment.