Compare commits
2 commits
f8ff4fb7b8
...
90fb83c0b9
Author | SHA1 | Date | |
---|---|---|---|
90fb83c0b9 | |||
60a8f69cb3 |
2 changed files with 7 additions and 6 deletions
|
@ -25,6 +25,7 @@
|
||||||
"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