🔧 Tweak default user confs
This commit is contained in:
parent
a93a52197d
commit
a89af9a374
|
@ -7,6 +7,7 @@
|
||||||
"Workspace": "${GOPATH}",
|
"Workspace": "${GOPATH}",
|
||||||
"Locale": "en_US",
|
"Locale": "en_US",
|
||||||
"GoFormat": "gofmt",
|
"GoFormat": "gofmt",
|
||||||
|
"GoBuildArgs": "-i",
|
||||||
"FontFamily": "Helvetica",
|
"FontFamily": "Helvetica",
|
||||||
"FontSize": "13px",
|
"FontSize": "13px",
|
||||||
"Theme": "default",
|
"Theme": "default",
|
||||||
|
@ -18,20 +19,15 @@
|
||||||
"FontFamily": "Consolas, 'Courier New', monospace",
|
"FontFamily": "Consolas, 'Courier New', monospace",
|
||||||
"FontSize": "13px",
|
"FontSize": "13px",
|
||||||
"LineHeight": "17px",
|
"LineHeight": "17px",
|
||||||
"Theme": "lesser-dark",
|
"Theme": "wide",
|
||||||
"TabSize": "4"
|
"TabSize": "4"
|
||||||
},
|
},
|
||||||
"LatestSessionContent": {
|
"LatestSessionContent": {
|
||||||
"fileTree": [
|
"fileTree": [
|
||||||
"/Users/Vanessa/Work/GoGoGo/src",
|
|
||||||
"/Users/Vanessa/Work/GoGoGo/src/github.com",
|
|
||||||
"/Users/Vanessa/Work/GoGoGo/src/github.com/b3log",
|
|
||||||
"/Users/Vanessa/Work/GoGoGo/src/github.com/b3log/wide"
|
|
||||||
],
|
],
|
||||||
"files": [
|
"files": [
|
||||||
"/Users/Vanessa/Work/GoGoGo/src/github.com/b3log/wide/.gitignore"
|
|
||||||
],
|
],
|
||||||
"currentFile": "/Users/Vanessa/Work/GoGoGo/src/github.com/b3log/wide/.gitignore",
|
"currentFile": "",
|
||||||
"layout": {
|
"layout": {
|
||||||
"side": {
|
"side": {
|
||||||
"state": "normal",
|
"state": "normal",
|
||||||
|
|
Loading…
Reference in New Issue