Skip to content

Instantly share code, notes, and snippets.

@PierreSelim
Created July 18, 2016 09:03
Show Gist options
  • Save PierreSelim/59a981da5d242efdc9fa092ad2873297 to your computer and use it in GitHub Desktop.
Save PierreSelim/59a981da5d242efdc9fa092ad2873297 to your computer and use it in GitHub Desktop.
My Sublime Text 3 configuration
{
// Line endings
"show_line_endings": true,
"alert_when_line_ending_is": [ "Windows" ],
"auto_convert_line_endings_to": "Unix",
"ensure_newline_at_eof_on_save": true,
// Spaces and indentation
"detect_indentation": true,
"draw_white_space": "all",
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
// Rulers
"rulers": [ 80, 100, 120 ],
// Misc.
"color_scheme": "Packages/User/SublimeLinter/Monokai (SL).tmTheme",
"font_size": 11,
"find_selected_text": true,
"highlight_modified_tabs": true,
"ignored_packages": [ "GitStatus", "Vintage" ],
"scroll_past_end": false,
"show_encoding": true
// "theme": "SoDaReloaded Dark.sublime-theme",
// "soda_classic_tabs": true,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment