Compare commits

...

2 commits

2 changed files with 7 additions and 6 deletions

View file

@ -25,6 +25,7 @@
"SublimeLinter-contrib-slim-lint",
"SublimeLinter-eslint",
"tern_for_sublime",
"TypeScript"
]
"TypeScript",
"WordCount",
],
}

View file

@ -1,7 +1,7 @@
{
"auto_complete_triggers": [
{"characters": "<", "selector": "text.html"},
{"characters": ".", "selector": "source.js"}
{"characters": "<", "selector": "text.html",},
{"characters": ".", "selector": "source.js",}
],
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"default_line_ending": "unix",
@ -10,11 +10,11 @@
"font_face": "JetBrains Mono",
"font_size": 13,
"ignored_packages": [
"Vintage"
"Vintage",
],
"show_encoding": true,
"show_line_endings": true,
"spacegray_fileicons": true,
"tab_size": 2,
"theme": "Adaptive.sublime-theme"
"theme": "Adaptive.sublime-theme",
}