Skip to content

Instantly share code, notes, and snippets.

@iamskok
Created June 11, 2015 06:10
Show Gist options
  • Save iamskok/4c512ca1b0a1b45f607b to your computer and use it in GitHub Desktop.
Save iamskok/4c512ca1b0a1b45f607b to your computer and use it in GitHub Desktop.
My personal Sublime Text preferences
{
"color_scheme": "Packages/Base16 Color Schemes/base16-atelierlakeside.dark.tmTheme",
"fade_fold_buttons": false,
"font_size": 12,
"highlight_line": true,
"ignored_packages":
[
"Markdown",
"Vintage"
],
"line_padding_top": 1,
"original_color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"overlay_scroll_bars": "disabled",
"scroll_past_end": true,
"theme": "Seti.sublime-theme",
"trim_trailing_white_space_on_save": true,
"word_wrap": true,
// Bold folder labels in the sidebar
// so they are distinguishable from regular files
"bold_folder_labels": true,
// Make the caret blink with a smooth transition
// rather than a harsh one
"caret_style": "phase",
// Draw a border around the visible part of the minimap
"draw_minimap_border": true,
// Draw all white spaces as very subtle dots
// as white spaces are very important in some cases
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
// Add extra gap on top and bottom of each line
// which is basically increasing line height
// "line_padding_bottom": 2,
// "line_padding_top": 2,
// Show encoding and line endings
// in the status bar on the bottom right
"show_encoding": true,
"show_line_endings": true,
// Force tab size to be equivalent to 4 spaces
"tab_size": 4,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment