Skip to content

Instantly share code, notes, and snippets.

@nelsonr
Last active December 19, 2016 16:05
  • Star 0 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 nelsonr/3029434ce2bd42e85e0d to your computer and use it in GitHub Desktop.
Sublime Text 3 User Settings
{
"caret_style": "phase",
"color_scheme": "Packages/User/SublimeLinter/Flatland Dark (SL).tmTheme",
"enable_tab_scrolling": false,
"ensure_newline_at_eof_on_save": true,
"env":
{
"PATH": "/usr/local/bin/elixir"
},
"file_exclude_patterns":
[
"*.pyc",
"*.pyo",
"*.exe",
"*.dll",
"*.obj",
"*.o",
"*.a",
"*.lib",
"*.so",
"*.dylib",
"*.ncb",
"*.sdf",
"*.suo",
"*.pdb",
"*.idb",
".DS_Store",
"*.class",
"*.psd",
"*.db",
"*.sublime-workspace",
"*.cache"
],
"find_selected_text": true,
"flatland_sidebar_tree_xsmall": "xlarge",
"flatland_square_tabs": true,
"font_face": "Menlo",
"font_size": 13,
"highlight_line": true,
"ignored_packages":
[
"Vintage"
],
"open_files_in_new_window": false,
"scroll_past_end": true,
"show_encoding": true,
"show_full_path": true,
"show_panel_on_build": false,
"theme": "Spacegray.sublime-theme",
"trim_trailing_white_space_on_save": true,
"typescript_plugin_tsc_version": "1.7.3",
"wide_caret": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment