1
0
Fork 0

Update sublime configs

This commit is contained in:
Gregory Eremin 2020-09-12 11:03:33 +02:00
parent b0758dd29e
commit 55a944b8f2
4 changed files with 20 additions and 8 deletions

View File

@ -0,0 +1,9 @@
{
"clients":
{
"gopls":
{
"enabled": true
}
}
}

View File

@ -22,7 +22,7 @@
"__pycache__",
"node-modules"
],
"font_face": "Hack",
"font_face": "Inconsolata",
"font_options":
[
"subpixel_antialias",
@ -30,16 +30,9 @@
"no_italic"
],
"font_size": 12.0,
"gpu_window_buffer": true,
"gutter": true,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"CoffeeScript",
"GraphvizPreview",
"Vintage"
],
"indent_guide_options":
[
"draw_normal",

View File

@ -0,0 +1,5 @@
// These settings override both User and Default settings for the Ruby Haml syntax
{
"tab_size": 2,
"translate_tabs_to_spaces": true
}

View File

@ -0,0 +1,5 @@
// These settings override both User and Default settings for the Ruby syntax
{
"tab_size": 2,
"translate_tabs_to_spaces": true
}