Created
September 17, 2014 15:13
-
-
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.
This file contains hidden or 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
| { | |
| "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