Skip to content

Instantly share code, notes, and snippets.

@trungx
Created May 2, 2018 01:39
Show Gist options
  • Save trungx/b0f47c39b5a29bd7991f9a3bfcee10ff to your computer and use it in GitHub Desktop.
Save trungx/b0f47c39b5a29bd7991f9a3bfcee10ff to your computer and use it in GitHub Desktop.
sublimetext3 setting
{
"theme": "Boxy Ocean.sublime-theme",
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Ocean.tmTheme",
"color_scheme": "Packages/Boxy Theme/schemes/Boxy Ocean.tmTheme",
"theme": "Boxy Ocean.sublime-theme",
"theme_accent_purple": true,
"theme_bar": true,
"theme_find_panel_close_hidden": true,
"theme_size_md": true,
"theme_tab_line_size_lg": true,
"theme_tab_selected_transparent": true,
"theme_tab_selected_underlined": true,
"bold_folder_labels": true,
"default_encoding": "UTF-8",
"default_line_ending": "unix",
"font_size": 11,
"highlight_line": true,
"highlight_modified_tabs": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"line_padding_bottom": 2,
"line_padding_top": 2,
"show_encoding": true,
"show_line_endings": true,
"always_show_minimap_viewport": true,
"detect_indentation": true,
"font_options":
[
"subpixel_antialias"
],
"tab_size": 4,
"auto_complete": true,
"auto_complete_commit_on_tab": true,
"auto_complete_with_fields": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment