Skip to content

Commit

Permalink
Merged with dev
Browse files Browse the repository at this point in the history
  • Loading branch information
sifat009 committed Jun 1, 2022
2 parents 48093ae + e1dd4ff commit 0dad70a
Show file tree
Hide file tree
Showing 348 changed files with 62,853 additions and 52,003 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ typings/

# Yarn Integrity file
.yarn-integrity
yarn.lock

# dotenv environment variables file
.env
Expand All @@ -77,8 +78,8 @@ assets/reactjs/node_modules/
package-lock.json
composer.lock
.idea/
.vscode/
.DS_Store
assets/reactjs/yarn.lock
*.zip
qubely/*
yarn.lock
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"tabWidth": 4,
"useTabs": true,
"printWidth": 120
}
20 changes: 20 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnType": true,
"editor.formatOnSave": true,
"editor.tabSize": 4,
"prettier.singleQuote": true,
"prettier.printWidth": 120,
"emmet.triggerExpansionOnTab": true,
"prettier.useTabs": true,
"prettier.trailingComma": "all",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
},
"[php]": {
"editor.defaultFormatter": "bmewburn.vscode-intelephense-client"
}
}
29 changes: 0 additions & 29 deletions CHANGELOG.txt

This file was deleted.

Loading

0 comments on commit 0dad70a

Please sign in to comment.