Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save asilbalaban/4d8d40b792b93c8824e3 to your computer and use it in GitHub Desktop.

Select an option

Save asilbalaban/4d8d40b792b93c8824e3 to your computer and use it in GitHub Desktop.
sublime settings & and snippets
<snippet>
<content><![CDATA[
echo '<pre>';
print_r(\$${1:degisken});
echo '</pre>';
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>preprint</tabTrigger>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<!-- <scope>source.python</scope> -->
</snippet>
{
"bold_folder_labels": true,
"color_scheme": "Packages/Color Scheme - Default/Monokai.tmTheme",
"draw_white_space": "all",
"font_size": 9,
"highlight_line": true,
"highlight_modified_tabs": true,
"ignored_packages":
[
"Vintage"
],
"overlay_scroll_bars": "enabled",
"rulers":
[
80,
120
],
"scroll_past_end": true,
"scroll_speed": 5.0,
"show_full_path": false,
"tab_size": 4,
"tabs_small": true,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true,
"word_wrap": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment