Update configurations
This commit is contained in:
parent
5661d85b13
commit
5763b4d498
@ -41,5 +41,10 @@
|
|||||||
"workbench.preferredLightColorTheme": "Catppuccin Latte",
|
"workbench.preferredLightColorTheme": "Catppuccin Latte",
|
||||||
"[python]": {
|
"[python]": {
|
||||||
"editor.defaultFormatter": "ms-python.black-formatter"
|
"editor.defaultFormatter": "ms-python.black-formatter"
|
||||||
}
|
},
|
||||||
|
"sapling.showInlineBlame": true,
|
||||||
|
"files.exclude": {
|
||||||
|
"**/.sl": true
|
||||||
|
},
|
||||||
|
"cmake.showOptionsMovedNotification": false
|
||||||
}
|
}
|
||||||
|
15
private_Library/private_Preferences/sapling/sapling.conf
Normal file
15
private_Library/private_Preferences/sapling/sapling.conf
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
[ui]
|
||||||
|
username =Jip J. Dekker <jip@dekker.one>
|
||||||
|
ignore.userroot = ~/.gitignore
|
||||||
|
|
||||||
|
# uncomment to disable color in command output
|
||||||
|
# (see 'sl help color' for details)
|
||||||
|
# color = never
|
||||||
|
|
||||||
|
# uncomment to disable command output pagination
|
||||||
|
# (see 'sl help pager' for details)
|
||||||
|
# paginate = never
|
||||||
|
|
||||||
|
[isl]
|
||||||
|
hasShownGettingStarted = false
|
||||||
|
render-compact = false
|
Loading…
x
Reference in New Issue
Block a user