Fixing Sublime Config
This commit is contained in:
parent
a7913df2ce
commit
f50133f5ad
1 changed files with 4 additions and 0 deletions
|
@ -3,6 +3,10 @@
|
||||||
"ensure_newline_at_eof_on_save": true,
|
"ensure_newline_at_eof_on_save": true,
|
||||||
"fallback_encoding": "UTF-8",
|
"fallback_encoding": "UTF-8",
|
||||||
"font_size": 12,
|
"font_size": 12,
|
||||||
|
"ignored_packages":
|
||||||
|
[
|
||||||
|
"Vintage"
|
||||||
|
],
|
||||||
"save_on_focus_lost": true,
|
"save_on_focus_lost": true,
|
||||||
"show_encoding": true,
|
"show_encoding": true,
|
||||||
"tab_size": 2,
|
"tab_size": 2,
|
||||||
|
|
Loading…
Reference in a new issue