UNPKG
brackets-git
Version:
latest (0.0.1)
0.0.1
Integration of Git into Brackets
github.com/zaggino/brackets-git
zaggino/brackets-git
brackets-git
/
.brackets.json
12 lines
(11 loc)
•
228 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
{
"smartIndent"
:
true
,
"spaceUnits"
:
4
,
"useTabChar"
:
false
,
"language"
:
{
"javascript"
:
{
"linting.prefer"
:
[
"JSHint"
,
"JSCS"
]
,
"linting.usePreferredOnly"
:
true
}
}
}