Skip to content

Instantly share code, notes, and snippets.

@gnat
Last active July 13, 2023 12:54
Show Gist options
  • Save gnat/1dbdae36098f91e7021de37ec3966d35 to your computer and use it in GitHub Desktop.
Save gnat/1dbdae36098f91e7021de37ec3966d35 to your computer and use it in GitHub Desktop.
{
"ignored_packages":
[
"Vintage",
],
"color_scheme": "InvaderZim.sublime-color-scheme",
"theme": "Adaptive.sublime-theme",
"gtk_client_side_window_decorations": false,
"font_face":"SF Mono Semibold",
"line_padding_bottom": -1,
"line_padding_top": -2,
"enable_tab_scrolling": false,
"font_size": 14,
"tab_size": 4,
"drag_text": false,
"highlight_line": true,
"highlight_line_number": true,
"always_show_minimap_viewport": true,
"trim_trailing_white_space_on_save": "all",
"ensure_newline_at_eof_on_save": true,
"shift_tab_unindent": true,
// Disable mouse multi select in CTRL+P -> View Package File -> Default mousemap. Save file goes in Packages/User/Default.sublime-mousemap
}
@gnat
Copy link
Author

gnat commented Jul 1, 2022

@gnat
Copy link
Author

gnat commented Jul 13, 2023

SublimeOnSaveBuild.sublime-settings

{
    "filename_filter": "\\.(css|js|sass|less|scss|ph)$",
    "build_on_save": 1
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment