Skip to content

Instantly share code, notes, and snippets.

@AhmedFathyDev
Last active July 4, 2024 09:52
Show Gist options
  • Save AhmedFathyDev/95fb3c0f3a582cabd5a1a7f2e1a846ec to your computer and use it in GitHub Desktop.
Save AhmedFathyDev/95fb3c0f3a582cabd5a1a7f2e1a846ec to your computer and use it in GitHub Desktop.
Visual Studio Code Settings.
{
"azkari.repeatedEveryMinute": 1,
"azkari.azkar": [
"اللهم صل وسلم على نبينا محمد",
"سبحان الله",
"الحمد لله",
"لا إله إلا الله",
"الله أكبر",
"لا إله إلا الله وحده لا شريك له، له الملك وله الحمد، وهو على كل شيء قدير",
"أستغفر الله",
"سبحان الله وبحمده، سبحان الله العظيم",
"لا حول ولا قوة إلا بالله",
"لا إله إلا أنت سبحانك إني كنت من الظالمين",
"اللهم لك الحمد كله ولك الشكر كله"
],
"diffEditor.codeLens": true,
"diffEditor.diffAlgorithm": "advanced",
"diffEditor.experimental.showMoves": true,
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"editor.defaultColorDecorators": true,
"editor.fontLigatures": true,
"editor.fontSize": 17,
"editor.fontVariations": true,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.mouseWheelZoom": true,
"editor.rulers": [
{
"column": 80,
"color": "#6FDA44"
},
{
"column": 120,
"color": "#FF0000"
}
],
"editor.stickyScroll.enabled": true,
"editor.wordWrap": "bounded",
"editor.wrappingIndent": "indent",
"editor.wordWrapColumn": 120,
"explorer.confirmDelete": false,
"files.eol": "\n",
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"git.confirmSync": false,
"git.enableSmartCommit": true,
"terminal.integrated.cursorStyle": "line",
"todo-tree.general.showActivityBarBadge": true,
"todo-tree.general.showIconsInsteadOfTagsInStatusBar": true,
"todo-tree.general.statusBar": "tags",
"todo-tree.general.tags": [
"BUG",
"TEST",
"HACK",
"FIX",
"TODO",
"XXX",
"REFACTOR"
],
"todo-tree.highlights.useColourScheme": true,
"window.titleBarStyle": "custom",
"workbench.iconTheme": "vscode-icons",
"workbench.startupEditor": "none",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment