Skip to content

Commit

Permalink
Update Files
Browse files Browse the repository at this point in the history
Update Files
  • Loading branch information
ilyasbelfar committed Jan 22, 2023
1 parent 2703683 commit 0b8b481
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

.DS_Store
server/.env
*/node_modules
settings.json
*/node_modules
11 changes: 11 additions & 0 deletions settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"workbench.iconTheme": "eq-material-theme-icons-darker",
"workbench.colorTheme": "Material Theme Darker",
"editor.fontSize": 20,
"editor.fontFamily": "'Dank Mono', Consolas, 'Courier New', monospace",
"editor.formatOnSave": true,
"editor.wordWrap": "on",
"editor.cursorBlinking": "expand",
"editor.cursorSmoothCaretAnimation": true,
"editor.defaultFormatter": "esbenp.prettier-vscode"
}

0 comments on commit 0b8b481

Please sign in to comment.