Skip to content

Instantly share code, notes, and snippets.

@TheYkk
Created June 7, 2019 13:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save TheYkk/ff0555ae18c5147ae56196b62d45c653 to your computer and use it in GitHub Desktop.
Save TheYkk/ff0555ae18c5147ae56196b62d45c653 to your computer and use it in GitHub Desktop.
Tashigi icin
{
"search.useIgnoreFiles": false,
"editor.mouseWheelZoom": true,
"terminal.integrated.fontFamily": "",
"extensions.ignoreRecommendations": false,
"local-history.daysLimit": 0,
"local-history.path": "D:\\Program\\Backup",
"workbench.iconTheme": "material-icon-theme",
"editor.multiCursorModifier": "ctrlCmd",
"editor.matchBrackets": true,
"editor.selectionHighlight": true,
"files.maxMemoryForLargeFilesMB": 40960,
"editor.formatOnPaste": false,
"window.zoomLevel": 1,
"html.autoClosingTags": true,
"html.format.indentInnerHtml": true,
"php.suggest.basic": false,
"javascript.format.enable": false,
"git.ignoreMissingGitWarning": true,
"workbench.colorTheme": "Material Theme Palenight High Contrast",
"git.enableSmartCommit": true,
"editor.formatOnSave": false,
"editor.formatOnType": false,
"[php]": {},
"sync.gist": "3d208cc2f835fa439391120411477dca",
"editor.tabSize": 4,
// Insert spaces when pressing Tab. This setting is overriden
// based on the file contents when `editor.detectIndentation` is true.
"editor.insertSpaces": true,
"files.associations": {
"dbm": "javascript"
},
"workbench.startupEditor": "newUntitledFile",
"editor.autoClosingBrackets": "never",
"importCost.debug": true,
"terminal.integrated.shell.windows": "D:\\Program\\Git\\bin\\bash.exe",
"editor.autoClosingQuotes": "never",
"editor.suggestSelection": "first",
"editor.detectIndentation": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment