Update sublime configs
This commit is contained in:
parent
b0758dd29e
commit
55a944b8f2
|
@ -0,0 +1,9 @@
|
|||
{
|
||||
"clients":
|
||||
{
|
||||
"gopls":
|
||||
{
|
||||
"enabled": true
|
||||
}
|
||||
}
|
||||
}
|
|
@ -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",
|
||||
|
|
|
@ -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
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
// These settings override both User and Default settings for the Ruby syntax
|
||||
{
|
||||
"tab_size": 2,
|
||||
"translate_tabs_to_spaces": true
|
||||
}
|
Loading…
Reference in New Issue