mirror of
https://github.com/mmahdium/portfolio.git
synced 2025-12-21 01:43:53 +01:00
Initial commit (secrets removed)
This commit is contained in:
0
.vscode/mcp.json
vendored
Normal file
0
.vscode/mcp.json
vendored
Normal file
65
.vscode/settings.json
vendored
Normal file
65
.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,65 @@
|
||||
{
|
||||
//*********************************************************************
|
||||
// general
|
||||
//*********************************************************************
|
||||
"files.insertFinalNewline": true,
|
||||
"files.exclude": {
|
||||
"**/node_modules": true
|
||||
},
|
||||
//*********************************************************************
|
||||
// editor
|
||||
//*********************************************************************
|
||||
"editor.rulers": [
|
||||
90
|
||||
],
|
||||
"editor.wordWrap": "wordWrapColumn",
|
||||
"editor.wordWrapColumn": 90,
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"editor.detectIndentation": false,
|
||||
"editor.tabSize": 2,
|
||||
"editor.indentSize": "tabSize",
|
||||
"editor.formatOnSave": true,
|
||||
"editor.quickSuggestions": {
|
||||
"strings": true
|
||||
},
|
||||
//*********************************************************************
|
||||
// tailwind
|
||||
//*********************************************************************
|
||||
"css.validate": false,
|
||||
"tailwindCSS.validate": true,
|
||||
"tailwindCSS.emmetCompletions": true,
|
||||
"tailwindCSS.classAttributes": [
|
||||
"class",
|
||||
"className",
|
||||
"ngClass",
|
||||
"ui"
|
||||
],
|
||||
// https://ui.nuxtlabs.com/getting-started/installation#intellisense
|
||||
"tailwindCSS.experimental.classRegex": [
|
||||
[
|
||||
"ui:\\s*{([^)]*)\\s*}",
|
||||
"[\"'`]([^\"'`]*).*?[\"'`]"
|
||||
],
|
||||
[
|
||||
"/\\*ui\\*/\\s*{([^;]*)}",
|
||||
":\\s*[\"'`]([^\"'`]*).*?[\"'`]"
|
||||
]
|
||||
],
|
||||
"files.associations": {
|
||||
"*.css": "css"
|
||||
},
|
||||
//*********************************************************************
|
||||
// typescript
|
||||
//*********************************************************************
|
||||
"typescript.preferences.importModuleSpecifier": "non-relative",
|
||||
"[vue]": {
|
||||
"editor.defaultFormatter": "Vue.volar"
|
||||
},
|
||||
"[jsonc]": {
|
||||
"editor.defaultFormatter": "vscode.json-language-features"
|
||||
},
|
||||
"i18n-ally.localesPaths": [
|
||||
"i18n",
|
||||
"i18n/locales"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user