Skip to content

Instantly share code, notes, and snippets.

@alphaolomi
Last active October 30, 2019 17:39
Show Gist options
  • Save alphaolomi/2dca46adc0f96df6c144caf5a07712ae to your computer and use it in GitHub Desktop.
Save alphaolomi/2dca46adc0f96df6c144caf5a07712ae to your computer and use it in GitHub Desktop.
[Opinionated Sublime Settings] #sublime #setting
{
"added_words":
[
"Laravel"
],
"caret_style": "phase",
"color_scheme": "Packages/Color Scheme - Default/Mariana.sublime-color-scheme",
"ensure_newline_at_eof_on_save": true,
"findreplace_small": true,
"font_face": "Dank Mono",
"font_size": 16,
"highlight_line": true,
"hot_exit": true,
"ignored_packages":
[
"SublimeLinter-jshint",
"Vintage",
"Vuetify"
],
"index_files": false,
"line_numbers": true,
"line_padding_bottom": 5,
"line_padding_top": 5,
"phpunit-sublime-terminal": "iTerm",
"remember_open_files": false,
"show_definitions": false,
"show_panel_on_build": false,
"tab_size": 4,
"tabs_small": false,
"theme": "One Dark.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