78 lines
2.5 KiB
JSON
78 lines
2.5 KiB
JSON
{
|
|
"breadcrumbs.enabled": true,
|
|
"editor.rulers": [80],
|
|
"editor.formatOnSave": true,
|
|
"editor.formatOnPaste": true,
|
|
"editor.minimap.enabled": false,
|
|
"editor.minimap.maxColumn": 80,
|
|
"git.enableSmartCommit": true,
|
|
"clang-format.fallbackStyle": "llvm",
|
|
"fb.remote-connections.hosts": [
|
|
{
|
|
"hostname": "our.doty.sb.facebook.com",
|
|
"folders": [
|
|
"/data/users/doty/configerator/",
|
|
"/data/users/doty/configerator-dsi/",
|
|
"/data/users/doty/configerator-hg/",
|
|
"/data/users/doty/configerator-puma/",
|
|
"/data/users/doty/databee/",
|
|
"/data/users/doty/dataswarm-git/",
|
|
"/data/users/doty/dataswarm-hg/",
|
|
"/data/users/doty/fbsource/",
|
|
"/data/users/doty/jepsen/",
|
|
"/data/users/doty/mysql-schemas/",
|
|
"/data/users/doty/opsfiles-hg/",
|
|
"/data/users/doty/www-hg/"
|
|
]
|
|
}
|
|
],
|
|
"editor.fontFamily": "Fira Code, Input Mono Narrow, Consolas, Menlo, Monaco, 'Courier New', monospace",
|
|
"editor.fontSize": 14,
|
|
"editor.fontLigatures": true,
|
|
"editor.formatOnSaveTimeout": 1500,
|
|
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
|
|
"C_Cpp.clang_format_fallbackStyle": "llvm",
|
|
"latex-workshop.view.pdf.viewer": "tab",
|
|
"glitch.token": "687fb628-3a2e-4405-9bfb-49fc51068fbb",
|
|
"calva.paredit.defaultKeyMap": "original",
|
|
"interactive-smartlog.pull": "arc pull",
|
|
"interactive-smartlog.fetch": "jf get",
|
|
"[json]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[javascript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[typescript]": {
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
|
},
|
|
"[cpp]": {
|
|
"editor.defaultFormatter": "nuclide.cpp"
|
|
},
|
|
"pyls.BuckFormatOnSave": true,
|
|
"pyls.formatAlreadyFormattedFilesOnSave": true,
|
|
"fb.ms-remote-connections.hosts": [
|
|
{
|
|
"hostname": "our.doty.sb.facebook.com",
|
|
"folders": []
|
|
}
|
|
],
|
|
"terminal.integrated.shell.linux": "/usr/bin/fish",
|
|
"workbench.colorTheme": "Monokai",
|
|
"editor.suggestSelection": "first",
|
|
"files.associations": {
|
|
"*.gadget": "thrift"
|
|
},
|
|
"fb.doctor.kerberos-keychain": true,
|
|
"editor.suggest.snippetsPreventQuickSuggestions": false,
|
|
"security.workspace.trust.untrustedFiles": "open",
|
|
"git.autofetch": true,
|
|
"fb.ms-remote-connections.odtypes": [
|
|
{
|
|
"type": "ondemand_fbcode",
|
|
"flavor": "default",
|
|
"folders": []
|
|
}
|
|
],
|
|
"hg.jumpToNextConflictOnSave": "Jump On Save And Open ISL When Done"
|
|
}
|