Add settings.json for JetBrains Fleet
This commit is contained in:
parent
8f0f4775ee
commit
f8ad64f7d8
1 changed files with 16 additions and 0 deletions
16
roles/home-gui/files/fleet-settings.json
Normal file
16
roles/home-gui/files/fleet-settings.json
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
{
|
||||||
|
"animationEnabled": true,
|
||||||
|
"autoSave": false,
|
||||||
|
"editor.fontFamily": "Noto Sans Mono",
|
||||||
|
"editor.fontSize": 12.0,
|
||||||
|
"editor.guides": [
|
||||||
|
120
|
||||||
|
],
|
||||||
|
"editor.renderWhitespace": "All",
|
||||||
|
"fus.sendAllowed": false,
|
||||||
|
"restoreWorkspacesOnStartup": false,
|
||||||
|
"showEmptyStateOnLastClosedWindow": true,
|
||||||
|
"terminal.enableFocusEditorOnEsc": true,
|
||||||
|
"terminal.fontSize": 12.0,
|
||||||
|
"theme": "light"
|
||||||
|
}
|
Loading…
Reference in a new issue