Skip to content

Instantly share code, notes, and snippets.

@briandfoy
Created April 30, 2019 18:12
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 briandfoy/e7c1c2d21983969d28a7833448bde16a to your computer and use it in GitHub Desktop.
Save briandfoy/e7c1c2d21983969d28a7833448bde16a to your computer and use it in GitHub Desktop.
My sublime settings
{
"color_scheme": "Packages/User/brian.sublime-color-scheme",
"ensure_newline_at_eof_on_save": true,
"font_face": "Inconsolata Medium",
"font_size": 10,
"highlight_modified_tabs": true,
"hot_exit": false,
"copy_with_empty_selection": false,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"remember_open_files": false,
"rulers":
[
4,
8,
12,
16,
20,
24,
28,
32,
36,
40,
44,
48,
52,
56,
60,
64,
68,
72
],
"show_encoding": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment