This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"name":"Default","settings":"{\"settings\":\"{\\n \\\"security.workspace.trust.enabled\\\": false,\\n \\\"workbench.sideBar.location\\\": \\\"right\\\",\\n \\\"workbench.colorTheme\\\": \\\"Atom One Light\\\",\\n \\\"workbench.startupEditor\\\": \\\"newUntitledFile\\\",\\n \\\"cmake.generator\\\": \\\"Unix Makefiles\\\",\\n \\\"explorer.confirmDelete\\\": false,\\n \\\"explorer.confirmDragAndDrop\\\": false,\\n \\\"telemetry.telemetryLevel\\\": \\\"off\\\",\\n \\\"update.mode\\\": \\\"none\\\",\\n \\\"extensions.autoUpdate\\\": false,\\n \\\"extensions.ignoreRecommendations\\\": true,\\n \\\"editor.formatOnSave\\\": false,\\n \\\"editor.suggestSelection\\\": \\\"first\\\",\\n \\\"editor.fontFamily\\\": \\\"jetbrains mono\\\",\\n \\\"editor.fontWeight\\\": \\\"500\\\",\\n \\\"python.linting.pylintEnabled\\\": true,\\n \\\"python.formatting.provider\\\": \\\"yapf\\\",\\n \\\"python.formatting.yapfArgs\\\": [\\n \\\"--style\\\",\\n \\\"{based_on_style: pep8, indent_width: 4, column_limit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<AppSettings version="25.0"> | |
<SettingGroup Name="Code Insight" Selected="true"/> | |
<SettingGroup Name="Code Insight\Borland.EditOptions.C" Selected="true"> | |
<Setting Name="Error Insight" DataType="1" Value="True"/> | |
<Setting Name="ToolTip Watches" DataType="1" Value="True"/> | |
<Setting Name="Auto Code Completions" DataType="1" Value="True"/> | |
<Setting Name="Auto Code Parameters" DataType="1" Value="True"/> | |
<Setting Name="Code Complete Delay" DataType="4" Value="1"/> | |
<Setting Name="Scope Sort" DataType="1" Value="True"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Windows Registry Editor Version 5.00 | |
; Modified by Andrew Reid East ([email protected]) | |
; Registry file that maps the Monokai palette to the 16 avaliable colors | |
; in a Windows command prompt. Note, hex values in the table are RGB but byte | |
; ordering of a DWORD is BGR, e.g. "ColorTable<##>"=dword:00<B><G><R> | |
; | |
; Monokai color table from http://eclipsecolorthemes.org/?view=theme&id=6093 | |
; | |
; NR cmd.exe PowerShell Sublime Name Solar Name HEX DWORD |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[/Script/Engine.GameUserSettings] | |
bUseDesiredScreenHeight=False | |
[ScalabilityGroups] | |
sg.ResolutionQuality=100.000000 | |
sg.ViewDistanceQuality=2 | |
sg.AntiAliasingQuality=0 | |
sg.ShadowQuality=0 | |
sg.PostProcessQuality=0 | |
sg.TextureQuality=3 |