diff options
| author | Fuwn <[email protected]> | 2021-09-01 23:21:07 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2021-09-01 23:21:07 -0700 |
| commit | c9b9ab2faa319d1290bd95b63a67a4fd367c8a94 (patch) | |
| tree | e551e9a722d35a129430471811af47dfa679e7ed /ui.lnf.xml | |
| download | jetbrains-c9b9ab2faa319d1290bd95b63a67a4fd367c8a94.tar.xz jetbrains-c9b9ab2faa319d1290bd95b63a67a4fd367c8a94.zip | |
CL-2021.2.1 <fuwnz@FUWN-PC Create vim_settings.xml, laf.xml, emmet.xml, sshConfigs.xml, project.default.xml, toolchains.xml, terminal.xml, Default.xml, discord.xml, code.style.schemes, one_dark_config.xml, ui.lnf.xml, filetypes.xml, vcs.xml, editor.codeinsight.xml, colors.scheme.xml, grazie_global.xml, editor.xml, github.xml, debugger.xml, updates.xml
Diffstat (limited to 'ui.lnf.xml')
| -rw-r--r-- | ui.lnf.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ui.lnf.xml b/ui.lnf.xml new file mode 100644 index 0000000..1bc7567 --- /dev/null +++ b/ui.lnf.xml @@ -0,0 +1,8 @@ +<application> + <component name="UISettings"> + <option name="CONSOLE_COMMAND_HISTORY_LIMIT" value="1000" /> + <option name="CONSOLE_CYCLE_BUFFER_SIZE_KB" value="10240" /> + <option name="OVERRIDE_CONSOLE_CYCLE_BUFFER_SIZE" value="true" /> + <option name="showTreeIndentGuides" value="true" /> + </component> +</application>
\ No newline at end of file |