Compare commits

..

No commits in common. "90fb83c0b99718066eb4fb89ad5387df3ee27f3c" and "f8ff4fb7b88c393cd9f420d4b2b8793715b9d80a" have entirely different histories.

2 changed files with 6 additions and 7 deletions

View file

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

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"
}