Add trailing commas to user preferences file
This commit is contained in:
parent
f8ff4fb7b8
commit
60a8f69cb3
1 changed files with 4 additions and 4 deletions
|
@ -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",
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue