-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
21 lines (21 loc) · 897 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "bokub.go-formatter",
"version": "1.2.1",
"title": "Improved Go Formatter",
"description": "Format your Go files easily with a custom shortcut. This extension uses gofmt to format your code and goimports to manage your imports.",
"engines": {
"brackets": ">=0.31.0"
},
"homepage": "https://github.com/bokub/brackets-gofmt",
"author": "Boris K (https://github.com/bokub)",
"contributors": "Jonathan Blake AKA earthspace",
"license": "MIT",
"categories": "formatting",
"keywords":["go", "golang", "gofmt", "goimports", "format", "formatter", "formatting"],
"i18n": ["en", "fr"],
"package-i18n": {
"fr": {
"description": "Formattez facilement vos fichiers Go avec un raccourci personnalisé. Cette extension utilise gofmt pour formater vos fichiers et goimports pour gérer vos imports."
}
}
}