Skip to content
Snippets Groups Projects
Commit 2ca5f627 authored by OZGCloud's avatar OZGCloud
Browse files

OZG-4852 Prettier: Add VS Code settings

parent 42bf4bca
No related branches found
No related tags found
No related merge requests found
...@@ -12,13 +12,6 @@ target/ ...@@ -12,13 +12,6 @@ target/
*.iws *.iws
*.iml *.iml
*.ipr *.ipr
.vscode
# Client
alfa-client/.vscode/
alfa-client/apps/coverage/
alfa-client/node/*
alfa-client/temp/*
.attach** .attach**
.factorypath .factorypath
{
"angular.enable-strict-mode-prompt": false
}
\ No newline at end of file
...@@ -28,12 +28,13 @@ test-report.xml ...@@ -28,12 +28,13 @@ test-report.xml
# IDE - VSCode # IDE - VSCode
.vscode/* .vscode/*
!.vscode/user-settings.json !.vscode/user-settings.json
!.vscode/settings.json
!.vscode/tasks.json !.vscode/tasks.json
!.vscode/launch.json !.vscode/launch.json
!.vscode/extensions.json !.vscode/extensions.json
# misc # misc
/.angular/cache /.angular
/.sass-cache /.sass-cache
/connect.lock /connect.lock
/coverage /coverage
...@@ -42,10 +43,9 @@ npm-debug.log ...@@ -42,10 +43,9 @@ npm-debug.log
yarn-error.log yarn-error.log
testem.log testem.log
/typings /typings
/.nx
# System Files # System Files
.DS_Store .DS_Store
Thumbs.db Thumbs.db
.angular
.nx
{
"angular.enable-strict-mode-prompt": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.detectIndentation": false,
"editor.formatOnSave": true,
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.insertSpaces": true,
"editor.tabSize": 2,
"files.encoding": "utf8",
"files.eol": "\n",
"files.trimTrailingWhitespace": true,
"prettier.useTabs": false
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment