Add vscode settings to init files

This commit is contained in:
John Doty 2019-11-04 16:07:42 -08:00
parent 6e09489826
commit f5f1e85ce0
3 changed files with 79 additions and 13 deletions

22
vscode/settings.json Normal file
View file

@ -0,0 +1,22 @@
{
"breadcrumbs.enabled": true,
"editor.rulers": [
80
],
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"git.enableSmartCommit": true,
"clang-format.fallbackStyle": "llvm",
"fb.remote-connections.hosts": [
{
"hostname": "our.doty.sb.facebook.com",
"folders": [
"/data/users/doty/fbsource/fbcode/"
]
}
],
"editor.fontFamily": "Fira Code, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.fontLigatures": true,
"editor.formatOnSaveTimeout": 1500,
}