dotfiles/Preferences.sublime-settings

28 lines
318 B
Plaintext
Raw Normal View History

2016-09-17 14:23:31 +00:00
{
2019-12-06 23:52:31 +00:00
"binary_file_patterns":
2016-09-17 14:23:31 +00:00
[
2019-07-11 23:19:41 +00:00
"*.jpg",
"*.jpeg",
"*.png",
"*.gif",
"*.ttf",
"*.tga",
"*.dds",
"*.ico",
"*.eot",
"*.pdf",
"*.swf",
"*.jar",
"*.zip",
"*.app",
"*.beam"
2019-12-06 23:52:31 +00:00
],
"font_face": "SF Mono Regular",
"font_size": 13,
"ignored_packages":
[
"Vintage"
],
"scroll_past_end": true
2016-09-17 14:23:31 +00:00
}