Add settings.json for JetBrains Fleet

This commit is contained in:
Anthony Rose 2023-08-01 16:13:25 +01:00
parent 8f0f4775ee
commit f8ad64f7d8

View 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"
}