Skip to content

Instantly share code, notes, and snippets.

@macodev
Last active December 26, 2015 18:29
Show Gist options
  • Save macodev/7195175 to your computer and use it in GitHub Desktop.
Save macodev/7195175 to your computer and use it in GitHub Desktop.
Sublime Text 3 settings
{
"close_windows_when_empty": true,
"color_scheme": "Packages/Theme - Spacegray/base16-eighties.dark.tmTheme",
"default_line_ending": "unix",
"enable_telemetry": false,
"ensure_newline_at_eof_on_save": true,
"file_exclude_patterns":
[
".gitignore",
".DS_Store",
"._.DS_Store"
],
"folder_exclude_patterns": [
".git",
".idea"
],
"font_face": "Meslo LG S DZ",
"highlight_line": true,
"highlight_modified_tabs": true,
"hot_exit": false,
"ignored_packages":
[
"ASP",
"LaTeX",
"Haskell",
"Lua",
"AppleScript",
"Objective-C",
"Clojure",
"Pascal",
"Makefile",
"Perl",
"C++",
"Graphviz",
"Groovy",
"ActionScript",
"OCaml",
"Go",
"Lisp",
"C#",
"Erlang"
],
"line_padding_bottom": 6,
"line_padding_top": 6,
"open_files_in_new_window": false,
"preview_on_click": false,
"remember_open_files": false,
"shift_tab_unindent": true,
"theme": "Spacegray Eighties.sublime-theme",
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": false
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment