Compare commits
No commits in common. "90fb83c0b99718066eb4fb89ad5387df3ee27f3c" and "f8ff4fb7b88c393cd9f420d4b2b8793715b9d80a" have entirely different histories.
90fb83c0b9
...
f8ff4fb7b8
2 changed files with 6 additions and 7 deletions
|
@ -25,7 +25,6 @@
|
||||||
"SublimeLinter-contrib-slim-lint",
|
"SublimeLinter-contrib-slim-lint",
|
||||||
"SublimeLinter-eslint",
|
"SublimeLinter-eslint",
|
||||||
"tern_for_sublime",
|
"tern_for_sublime",
|
||||||
"TypeScript",
|
"TypeScript"
|
||||||
"WordCount",
|
]
|
||||||
],
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"auto_complete_triggers": [
|
"auto_complete_triggers": [
|
||||||
{"characters": "<", "selector": "text.html",},
|
{"characters": "<", "selector": "text.html"},
|
||||||
{"characters": ".", "selector": "source.js",}
|
{"characters": ".", "selector": "source.js"}
|
||||||
],
|
],
|
||||||
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
|
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
|
||||||
"default_line_ending": "unix",
|
"default_line_ending": "unix",
|
||||||
|
@ -10,11 +10,11 @@
|
||||||
"font_face": "JetBrains Mono",
|
"font_face": "JetBrains Mono",
|
||||||
"font_size": 13,
|
"font_size": 13,
|
||||||
"ignored_packages": [
|
"ignored_packages": [
|
||||||
"Vintage",
|
"Vintage"
|
||||||
],
|
],
|
||||||
"show_encoding": true,
|
"show_encoding": true,
|
||||||
"show_line_endings": true,
|
"show_line_endings": true,
|
||||||
"spacegray_fileicons": true,
|
"spacegray_fileicons": true,
|
||||||
"tab_size": 2,
|
"tab_size": 2,
|
||||||
"theme": "Adaptive.sublime-theme",
|
"theme": "Adaptive.sublime-theme"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue