Updated: prettier and vsCode configs

This commit is contained in:
Llewellyn Dsouza
2022-01-26 11:39:41 +05:30
parent 98754fd8ef
commit 9c3a0e5e47
2 changed files with 4 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
{
"prettier.printWidth": 120,
"prettier.singleQuote": true
}
"prettier.singleQuote": true,
"files.eol": "\n"
}