backup VScode and iTerm2 prefs

This commit is contained in:
Morgan Wattiez
2019-03-01 12:47:37 +01:00
parent bb36ed649b
commit 8364935ebb
3 changed files with 1472 additions and 1 deletions

View File

@ -0,0 +1,11 @@
{
"editor.fontFamily": "Meslo LG M for Powerline, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.formatOnPaste": true,
"editor.formatOnSave": true,
"editor.formatOnType": true,
"jenkins.pipeline.linter.connector.user": "morgan.wattiez",
"jenkins.pipeline.linter.connector.url": "https://jenkins.collibra.com/pipeline-model-converter/validate",
"terminal.integrated.fontSize": 14,
"editor.autoClosingBrackets": "always"
}