Skip to content

Instantly share code, notes, and snippets.

@F1LT3R
Created December 12, 2014 21:34
Show Gist options
  • Select an option

  • Save F1LT3R/c6d3993db9de4c90af58 to your computer and use it in GitHub Desktop.

Select an option

Save F1LT3R/c6d3993db9de4c90af58 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
{
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"font_face": "Source Code Pro Light",
"font_size": 18,
"highlight_line": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"match_brackets_angle": true,
"open_files_in_new_window": false,
"rulers":
[
100
],
"scroll_speed": 2.0,
"show_encoding": true,
"show_minimap": "false",
"tab_size": 4,
"translate_tabs_to_spaces": true,
"word_wrap": "none"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment