Skip to content

Instantly share code, notes, and snippets.

@Emp3r
Last active June 14, 2017 08:01
Show Gist options
  • Save Emp3r/bfe2c71f24f66ea299ae45316687f82f to your computer and use it in GitHub Desktop.
Save Emp3r/bfe2c71f24f66ea299ae45316687f82f to your computer and use it in GitHub Desktop.
My Sublime Text 3 user settings.
{
"default_line_ending": "system",
// "draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"font_size": 13,
"highlight_line": false,
"line_numbers": true,
"line_padding_bottom": 1,
"line_padding_top": 1,
"show_definitions": false,
"show_minimap": false,
"show_panel_on_build": false,
"theme": "Agila.sublime-theme",
"color_scheme": "Packages/User/SublimeLinter/Agila Oceanic Next (SL).tmTheme",
"tab_size": 4,
"tabs_small": false,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"use_sort_length": true, // PHP Companion package
"word_wrap": false,
"ignored_packages": ["Vintage"],
"folder_exclude_patterns":
[
".bundle",
".git",
".sass-cache",
],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment