Skip to content

Instantly share code, notes, and snippets.

@slavamokerov
Last active February 5, 2022 16:36
Show Gist options
  • Save slavamokerov/69dd28187f62123e164883fb0cfaa524 to your computer and use it in GitHub Desktop.
Save slavamokerov/69dd28187f62123e164883fb0cfaa524 to your computer and use it in GitHub Desktop.
Sublime Text user settings
{
"fallback_encoding": "Cyrillic (Windows 1251)",
"font_face": "JetBrains Mono",
"font_size": 15,
"show_encoding": true,
"tab_size": 2, // That's enough.
"translate_tabs_to_spaces": true, // So that the gap always means a space.
"scroll_past_end": true // On the Mac, this parameter is overwritten, so you have to specify it.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment