Skip to content

Instantly share code, notes, and snippets.

@phlco
Last active March 24, 2021 04:02
Show Gist options
  • Select an option

  • Save phlco/6871610 to your computer and use it in GitHub Desktop.

Select an option

Save phlco/6871610 to your computer and use it in GitHub Desktop.
sublime user preferences for white space normalization
// Sublime User Preferences
{
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_match_enabled": true,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 2,
"caret_style": "phase",
"close_windows_when_empty": true,
"color_scheme": "Packages/User/Solarized (Dark) (SL).tmTheme",
"default_line_ending": "LF",
"dictionary": "Packages/Language - English/en_US.dic",
"draw_minimap_border": true,
"ensure_newline_at_eof_on_save": true,
"fade_fold_buttons": false,
"file_exclude_patterns":
[
"*.a",
"*.class",
"*.db",
"*.dll",
"*.dylib",
"*.exe",
"*.idb",
"*.lib",
"*.log",
"*.ncb",
"*.o",
"*.obj",
"*.pdb",
"*.pdf",
"*.psd",
"*.pyc",
"*.pyo",
"*.sdf",
"*.so",
"*.suo",
".DS_Store",
".tag"
],
"folder_exclude_patterns":
[
".bundle",
".git",
".hg",
".rbx",
".sass-cache",
".svn",
"bundle",
"CVS",
"data",
"tmp"
],
"font_options":
[
"subpixel_antialias",
"no_round"
],
"font_size": 16,
"highlight_line": true,
"hot_exit": false,
"ignored_packages":
[
"Vintage"
],
"line_padding_bottom": 3,
"line_padding_top": 3,
"margin": 5,
"open_files_in_new_window": true,
"remember_open_files": false,
"rulers":
[
80,
100
],
"scroll_past_end": true,
"show_minimap": false,
"spell_check": false,
"tab_size": 2,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment