backup VScode and iTerm2 prefs
This commit is contained in:
11
private_dot_config/Code/User/private_settings.json
Normal file
11
private_dot_config/Code/User/private_settings.json
Normal 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"
|
||||
}
|
Reference in New Issue
Block a user