Add vscode settings to init files
This commit is contained in:
parent
6e09489826
commit
f5f1e85ce0
3 changed files with 79 additions and 13 deletions
22
vscode/settings.json
Normal file
22
vscode/settings.json
Normal 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,
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue