forked from ruudmens/LazyAdmin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c5533cd
commit e1f62fb
Showing
4 changed files
with
69 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,40 @@ | ||
{"folders": [ | ||
{ | ||
"path": ".." | ||
}, | ||
{ | ||
"path": "../../LazyAdmin.gh-pages" | ||
}, | ||
], | ||
"settings": { | ||
"editor.autoClosingComments": "languageDefined", | ||
"editor.autoClosingBrackets": "languageDefined", | ||
"editor.autoClosingDelete": "never", | ||
"files.autoSave": "onFocusChange", | ||
"editor.fontSize": 14, | ||
"editor.fontFamily": "Consolas, 'Courier New', monospace", | ||
"editor.tabSize": 4, | ||
"editor.renderWhitespace": "selection", | ||
"editor.cursorStyle": "line", | ||
"editor.multiCursorModifier": "ctrlCmd", | ||
"editor.insertSpaces": true, | ||
"editor.wordWrap": "off", | ||
"files.exclude": { | ||
"**/.Obsidian": true, | ||
"**/.makemd":true, | ||
"**/.git": true, | ||
"**/.svn": true, | ||
"**/.hg": true, | ||
"**/CVS": true, | ||
"**/.DS_Store": true, | ||
"**/Thumbs.db": true | ||
}, | ||
"search.exclude": { | ||
"**/.makemd":true, | ||
"**/.git": true, | ||
"**/node_modules": true, | ||
"**/bower_components": true, | ||
"**/*.code-search": true | ||
}, | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
{ | ||
"recommendations": [ | ||
"ms-vscode.powershell", | ||
"mechatroner.rainbow-csv", | ||
"unifiedjs.vscode-remark", | ||
"yzhang.markdown-all-in-one", | ||
"aaron-bond.better-comments", | ||
"eamodio.gitlens", | ||
"usernamehw.errorlens", | ||
"sleistner.vscode-fileutils", | ||
"streetsidesoftware.code-spell-checker" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
[dev] | ||
last 1 chrome versions | ||
last 1 firefox versions | ||
last 1 safari versions | ||
|
||
[production] | ||
last 2 Firefox versions | ||
last 2 Chrome versions | ||
last 2 Safari versions | ||
last 2 Edge versions | ||
last 1 ios_saf versions | ||
last 1 and_chr versions | ||
last 1 samsung versions | ||
|
||
|