Skip to content

Instantly share code, notes, and snippets.

@egeste
Last active December 10, 2021 19:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save egeste/6964c9fe31ccf58324566cc41824b307 to your computer and use it in GitHub Desktop.
Save egeste/6964c9fe31ccf58324566cc41824b307 to your computer and use it in GitHub Desktop.
My Sublime preferences
{
"additional_path_items":
[
"/Users/sregester/.rvm/gems/ruby-2.1.6/bin/"
],
"auto_indent": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"expand_tabs_on_save": true,
"find_selected_text": true,
"font_size": 13,
"ignored_packages":
[
"CSS",
"Vintage"
],
"rulers":
[
80,
120
],
"scroll_past_end": true,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_automatic_white_space": true,
"trim_trailing_white_space_on_save": true,
"default_line_ending": "unix"
}
@egeste
Copy link
Author

egeste commented Dec 10, 2021

Added "default_line_ending": "unix", because windows is stupid

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