This commit is contained in:
parent
efcbeb5b1a
commit
9178591046
|
@ -118,8 +118,8 @@ func NewUser(username, password, email, workspace string) *User {
|
||||||
|
|
||||||
return &User{Name: username, Password: password, Email: email, Gravatar: gravatar, Workspace: workspace,
|
return &User{Name: username, Password: password, Email: email, Gravatar: gravatar, Workspace: workspace,
|
||||||
Locale: Wide.Locale, GoFormat: "gofmt", FontFamily: "Helvetica", FontSize: "13px", Theme: "default",
|
Locale: Wide.Locale, GoFormat: "gofmt", FontFamily: "Helvetica", FontSize: "13px", Theme: "default",
|
||||||
Editor: &Editor{FontFamily: "Consolas, 'Courier New', monospace", FontSize: "inherit", Theme: "wide",
|
Editor: &Editor{FontFamily: "Consolas, 'Courier New', monospace", FontSize: "inherit", LineHeight: "17px",
|
||||||
TabSize: "4"}}
|
Theme: "wide", TabSize: "4"}}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Load loads the configurations from wide.json.
|
// Load loads the configurations from wide.json.
|
||||||
|
|
Loading…
Reference in New Issue