mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-14 10:43:56 +01:00
14 lines
296 B
Text
14 lines
296 B
Text
|
// Settings in here override those in "Default/Preferences.sublime-settings",
|
||
|
// and are overridden in turn by syntax-specific settings.
|
||
|
{
|
||
|
"font_face": "MonoLisa",
|
||
|
"font_size": 17,
|
||
|
"scroll_past_end": 0.7,
|
||
|
"rulers": [88],
|
||
|
"ruler_style": "stippled",
|
||
|
"ignored_packages":
|
||
|
[
|
||
|
"Vintage",
|
||
|
],
|
||
|
}
|