Skip to content

Instantly share code, notes, and snippets.

@paulradzkov
Last active August 29, 2015 14:23
Show Gist options
  • Select an option

  • Save paulradzkov/de8480cd034ea43334c0 to your computer and use it in GitHub Desktop.

Select an option

Save paulradzkov/de8480cd034ea43334c0 to your computer and use it in GitHub Desktop.
My settings for brackets
{
"fonts.fontSize": "14px",
"denniskehrig.ShowWhitespace.checked": true,
"denniskehrig.ShowWhitespace.colors": {
"light": {
"empty": "#ccc",
"leading": "#ccc",
"trailing": "#ff0000",
"whitespace": "#ccc"
},
"dark": {
"empty": "#686963",
"leading": "#686963",
"trailing": "#ff0000",
"whitespace": "#686963"
}
},
"scientech-com-ua.brackets-trailingspaces.checked": true,
"brackets-editorconfig.enabled": true,
"brackets-git.gitPath": "git",
"brackets-git.stripWhitespaceFromCommits": true,
"brackets-git.addEndlineToTheEndOfFile": true,
"brackets-git.removeByteOrderMark": true,
"brackets-git.normalizeLineEndings": false,
"brackets-git.useGitGutter": true,
"brackets-git.markModifiedInTree": true,
"brackets-git.showBashButton": true,
"brackets-git.showReportBugButton": true,
"brackets-git.useCodeInspection": true,
"brackets-git.useGitFtp": false,
"brackets-git.useVerboseDiff": false,
"brackets-git.useDifftool": false,
"brackets-git.showTerminalIcon": false,
"brackets-git.clearWhitespaceOnSave": false,
"brackets-git.avatarType": "AVATAR_COLOR",
"brackets-git.dateMode": 1,
"brackets-git.dateFormat": null,
"brackets-git.enableAdvancedFeatures": false,
"brackets-git.panelShortcut": "Ctrl-Alt-G",
"brackets-git.commitCurrentShortcut": null,
"brackets-git.commitAllShortcut": null,
"brackets-git.bashShortcut": null,
"brackets-git.pushShortcut": null,
"brackets-git.pullShortcut": null,
"brackets-git.gotoPrevChangeShortcut": null,
"brackets-git.gotoNextChangeShortcut": null,
"brackets-git.refreshShortcut": null,
"brackets-git.gitTimeout": 30,
"brackets-git.terminalCommand": null,
"brackets-git.terminalCommandArgs": null,
"brackets-git.debugMode": false,
"fonts.fontFamily": "'Consolas','SourceCodePro-Medium', MS ゴシック, 'MS Gothic', monospace",
"closeTags": {
"whenOpening": false,
"whenClosing": true,
"indentTags": []
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment