Skip to content

Instantly share code, notes, and snippets.

@wildlyinaccurate
Last active January 13, 2021 00:43
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save wildlyinaccurate/4284678 to your computer and use it in GitHub Desktop.
My Sublime Text configuration
{
"theme": "Soda Dark.sublime-theme",
"color_scheme": "Packages/Theme - Refined/Color Schemes/Monokai Refined.tmTheme",
"font_face": "Droid Sans Mono",
"font_size": 12,
"font_options": ["no_italic"],
"highlight_line": true,
"line_padding_top": 3,
"line_padding_bottom": 3,
"default_line_ending": "unix",
"detect_indentation": true,
"ensure_newline_at_eof_on_save": true,
"trim_trailing_white_space_on_save": true,
"translate_tabs_to_spaces": true,
"auto_complete_commit_on_tab": true,
"detect_slow_plugins": false,
"drag_text": false,
"find_selected_text": true,
"highlight_modified_tabs": true,
"scroll_past_end": true,
"reveal-on-activate": false,
"folder_exclude_patterns": [
".sass-cache",
".svn",
".git",
".hg",
".tmp",
"CVS",
"node_modules"
],
"ignored_packages": ["Vintage"]
}
@wildlyinaccurate
Copy link
Author

On Linux I set font_size to 10.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment