Skip to content

Instantly share code, notes, and snippets.

@sigorilla
Created September 8, 2015 10:56
Show Gist options
  • Save sigorilla/a6271126188d56d9f02b to your computer and use it in GitHub Desktop.
Save sigorilla/a6271126188d56d9f02b to your computer and use it in GitHub Desktop.
Sublime Text Preferences
{
"always_show_minimap_viewport": true,
"auto_indent": true,
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"default_line_ending": "unix",
"detect_indentation": false,
"draw_minimap_border": true,
"draw_white_space": "all",
"fade_fold_buttons": false,
"flatland_square_tabs": true,
"font_face": "Consolas",
"font_size": 15,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"LaTeXTools",
"Git",
"MarkdownEditing",
"Markdown",
"Vintage",
"ColorPicker",
"Gutter Color",
"LaTeXing"
],
"line_padding_bottom": 1,
"line_padding_top": 1,
"rulers":
[
80,
100
],
"show_encoding": true,
"show_line_endings": true,
"tab_size": 2,
"theme": "Flatland Dark.sublime-theme",
"translate_tabs_to_space": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment