Skip to content

Instantly share code, notes, and snippets.

@kevinSuttle
Last active October 24, 2020 20:10
Show Gist options
  • Save kevinSuttle/8940960 to your computer and use it in GitHub Desktop.
Save kevinSuttle/8940960 to your computer and use it in GitHub Desktop.
Sublime Text 3 settings
[
{ "keys": ["super+shift+r"], "command": "reindent" },
{ "keys": ["super+v"], "command": "paste_and_indent" },
{ "keys": ["super+k", "super+d"], "command": "toggle_distraction_free" }
]
[
// Custom settings
{
"class": "sidebar_label",
"font.bold": false,
"font.size": 14,
"font.face": "Open Sans"
},
{
"class": "sidebar_label",
"parents": [{"class": "tree_row", "attributes": ["expandable"]}],
"settings": ["bold_folder_labels"],
"font.bold": true,
"font.size": 14,
"font.face": "Open Sans"
},
{
"class": "sidebar_tree",
"row_padding": [8, 8]
},
{
"class": "tab_label",
"font.size": 12,
"font.face": "Open Sans"
},
{
"class": "tabset_control",
"tab_height": 60,
"tab_width": 160,
"tab_min_width": 60
}
]
{
"font_size": 21,
"line_numbers": false,
"gutter": false,
"wrap_width": 80,
"scroll_past_end": false,
"color_scheme": "Packages/User/SublimeLinter/Solarized (Light) (SL).tmTheme",
"line_padding_bottom": 10,
"line_padding_top": 10
}
{
"always_show_minimap_viewport": false,
"bold_folder_labels": true,
"caret_extra_bottom": 2,
"caret_extra_top": 2,
"caret_extra_width": 2,
"caret_style": "phase",
"close_windows_when_empty": false,
"copy_with_empty_selection": false,
"create_window_at_startup": false,
"draw_indent_guides": true,
"draw_white_space": "all",
"ensure_newline_at_eof_on_save": true,
"folder_exclude_patterns":
[
".sass-cache",
".idea",
".git"
],
"font_face": "InputMono-Regular",
"font_options":
[
"gray_antialias"
],
"font_size": 16,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"indent_guide_options":
[
"draw_active"
],
"line_padding_bottom": 5,
"line_padding_top": 5,
"margin": 10,
"match_brackets_angle": true,
"overlay_scroll_bars": "enabled",
"preview_on_click": false,
"save_on_focus_lost": true,
"scroll_past_end": false,
"scroll_speed": 2.0,
"shift_tab_unindent": true,
"tab_size": 2,
"trim_trailing_white_space_on_save": true,
"use_simple_full_screen": true,
"wide_caret": true,
"word_wrap": true
}
@wick314
Copy link

wick314 commented May 5, 2020

`


                                    <?php echo html_escape($category->name); ?>
                                
                            </a>
                        </p>
                    <?php endif; ?>`

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