Skip to content

Instantly share code, notes, and snippets.

@tlinkner
Created September 17, 2014 15:13
Show Gist options
  • Select an option

  • Save tlinkner/1ba3837067b15a16cbc4 to your computer and use it in GitHub Desktop.

Select an option

Save tlinkner/1ba3837067b15a16cbc4 to your computer and use it in GitHub Desktop.
Brackets.io settings for sprint 43 experimental build 0.43.0-14375. More sensible auto closing of tags, disabled smart indent.
{
"useTabChar": false,
"tabSize": 4,
"smartIndent": false,
"closeTags": {
"whenOpening": false,
"whenClosing": true
},
"spaceUnits": 4,
"closeBrackets": true,
"showLineNumbers": true,
"styleActiveLine": false,
"wordWrap": true,
"debug.showErrorsInStatusBar": false,
"mikaeljorhult.bracketsAutoprefixer.enabled": true,
"linting.collapsed": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment