Skip to content

Instantly share code, notes, and snippets.

@sander3
Created June 29, 2021 21:57
Show Gist options
  • Save sander3/94662eb23138c8d5009ab8ffa20d1d71 to your computer and use it in GitHub Desktop.
Save sander3/94662eb23138c8d5009ab8ffa20d1d71 to your computer and use it in GitHub Desktop.
Preferences.sublime-settings
// Settings in here override those in "Default/Preferences.sublime-settings",
// and are overridden in turn by syntax-specific settings.
{
"rulers": [80, 120],
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": "all",
"trim_only_modified_white_space": false,
"ensure_newline_at_eof_on_save": true,
"bold_folder_labels": true,
"show_git_status": false,
"index_exclude_patterns": ["*.log", "storage/*"],
"folder_exclude_patterns": [".svn", ".git", ".hg", "CVS", ".Trash", ".Trash-*", "node_modules", "public"]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment