Skip to content

Instantly share code, notes, and snippets.

@edysegura
Last active August 29, 2015 14:23
Show Gist options
  • Save edysegura/707550fa2d8808113c4f to your computer and use it in GitHub Desktop.
Save edysegura/707550fa2d8808113c4f to your computer and use it in GitHub Desktop.
[JSON] Brackets configuration
{
"sass.options": {
"outputDir": "../styles"
},
"linting.enabled": true,
"language": {
"javascript": {
"linting.prefer": "JSHint",
"linting.usePreferredOnly": true
}
},
"jwolfe.file-tree-exclude.list": [
"node_modules",
"bower_components",
".git",
"dist",
".tmp",
".gradle",
".sass-cache",
".settings",
".idea",
"target",
"target-eclipse",
"karma_html",
"coverage",
"buildTmp"
]
}
{
"regex": {
"prefix": "(?:<!--|\\/\\*|\\/\\/|#) *@?(",
"suffix": "):? *(.*?) ?(?=-->|\\*/|\\n|$)"
},
"tags": [
"TODO",
"NOTE",
"FIX ?ME",
"CHANGES",
"FUTURE"
],
"case": false,
"search": {
"scope": "project",
"excludeFolders": [
"/.tmp",
"/bower_components",
"/dist",
"/buildTmp",
"/node_modules"
],
"excludeFiles": [
".css"
]
},
"sort": {
"done": true
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment