1
0

Add settings for Sublime Text and Sublime Merge

This commit is contained in:
Jip J. Dekker 2022-05-24 13:22:37 +10:00
parent d026b1b8f6
commit 36f91ca56e
No known key found for this signature in database
GPG Key ID: 517DF4A00618C9C3
5 changed files with 40 additions and 0 deletions

View File

@ -0,0 +1,6 @@
{
"font_face": "Iosevka",
"font_size": 15,
"tab_size": 2,
"theme": "auto",
}

View File

@ -0,0 +1,4 @@
// Settings in here override those in "LSP/LSP.sublime-settings"
{
"lsp_format_on_save": true,
}

View File

@ -0,0 +1,15 @@
{
"bootstrapped": true,
"in_process_packages":
[
],
"installed_packages":
[
"Debugger",
"LSP",
"LSP-svelte",
"MiniZinc Language",
"Package Control",
"Svelte",
],
}

View File

@ -0,0 +1,12 @@
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by syntax-specific settings.
{
"font_face": "Iosevka",
"font_size": 16,
"color_scheme": "auto",
"save_on_focus_lost": true,
"ignored_packages":
[
"Vintage",
],
}