Skip to content

Instantly share code, notes, and snippets.

View turboMaCk's full-sized avatar
🏠
Working from home

Marek Fajkus turboMaCk

🏠
Working from home
View GitHub Profile
@turboMaCk
turboMaCk / Preferences.sublime-settings
Created January 13, 2014 11:06
sublime-text-preferences
{
"always_prompt_for_file_reload": true,
"auto_indent": true,
"bold_folder_labels": true,
"close_windows_when_empty": true,
"color_scheme": "Packages/Theme - Aqua/Color Schemes/Espresso Aqua.tmTheme",
"copy_with_empty_selection": false,
"create_window_at_startup": false,
"detect_indentation": true,
"draw_centered": false,
@turboMaCk
turboMaCk / html5 snippet
Created October 22, 2013 15:34
Sublime Text HTML5 snippet. Open Sublime: Tools > New snippets => INSERT CODE; replace meta author; save with .sublime-snippet extension. then open blak file, type doctype and hit tab. <3
<snippet>
<content><![CDATA[
<!doctype html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en">
<![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8" lang="en">
<![endif]-->
<!--[if IE 8]>