Skip to content

Commit

Permalink
convert spaces to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
marcobiedermann committed Jun 8, 2016
1 parent ee56d8f commit 4901286
Show file tree
Hide file tree
Showing 19 changed files with 115 additions and 115 deletions.
12 changes: 6 additions & 6 deletions snippets/head-360-browser.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<!-- select rendering engine in order -->
<meta name="renderer" content="webkit|ie-comp|ie-stand">
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-360</tabTrigger>
<description>HEAD 360 Browser</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-360</tabTrigger>
<description>HEAD 360 Browser</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
</snippet>
12 changes: 6 additions & 6 deletions snippets/head-app-links.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<!-- iOS -->
<meta property="al:ios:url" content="applinks://docs">
<meta property="al:ios:app_store_id" content="12345">
Expand All @@ -12,9 +12,9 @@
<meta property="al:web:url" content="http://applinks.org/documentation">
<!-- More info: http://applinks.org/documentation/ -->
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-applinks</tabTrigger>
<description>HEAD App Links</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-applinks</tabTrigger>
<description>HEAD App Links</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
</snippet>
12 changes: 6 additions & 6 deletions snippets/head-apple-ios.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<!-- Smart App Banner -->
<meta name="apple-itunes-app" content="app-id=APP_ID,affiliate-data=AFFILIATE_ID,app-argument=SOME_TEXT">
Expand All @@ -22,9 +22,9 @@
<!-- More info: https://developer.apple.com/safari/library/documentation/appleapplications/reference/safarihtmlref/articles/metatags.html -->
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-ios</tabTrigger>
<description>HEAD Apple iOS</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-ios</tabTrigger>
<description>HEAD Apple iOS</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
</snippet>
12 changes: 6 additions & 6 deletions snippets/head-apple-safari.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<!-- Pinned Site -->
<link rel="mask-icon" href="path/to/icon.svg" color="red">
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-safari</tabTrigger>
<description>HEAD Apple Safari</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-safari</tabTrigger>
<description>HEAD Apple Safari</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
</snippet>
14 changes: 7 additions & 7 deletions snippets/head-elements.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<!-- Document Title -->
<title>Page Title</title>
Expand All @@ -11,15 +11,15 @@
<!-- In-document CSS -->
<style>
/* ... */
/* ... */
</style>
<!-- JavaScript -->
<script src="script.js"></script>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-elements</tabTrigger>
<description>HEAD Elements</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-elements</tabTrigger>
<description>HEAD Elements</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
</snippet>
12 changes: 6 additions & 6 deletions snippets/head-facebook-instant-articles.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<meta charset="utf-8">
<meta property="op:markup_version" content="v1.0">
Expand All @@ -9,9 +9,9 @@
<!-- The style to be used for this article -->
<meta property="fb:article_style" content="myarticlestyle">
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-fbia</tabTrigger>
<description>HEAD Facebook / Instant Articles</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-fbia</tabTrigger>
<description>HEAD Facebook / Instant Articles</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
</snippet>
12 changes: 6 additions & 6 deletions snippets/head-facebook-open-graph.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<meta property="fb:app_id" content="123456789">
<meta property="og:url" content="https://example.com/page.html">
<meta property="og:type" content="website">
Expand All @@ -12,9 +12,9 @@
<!-- Facebook: https://developers.facebook.com/docs/sharing/webmasters#markup -->
<!-- Open Graph: http://ogp.me/ -->
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-fbog</tabTrigger>
<description>HEAD Facebook / Open Graph</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-fbog</tabTrigger>
<description>HEAD Facebook / Open Graph</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
</snippet>
12 changes: 6 additions & 6 deletions snippets/head-favicons.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<!-- For IE 10 and below -->
<!-- No link, just place a file called favicon.ico in the root directory -->
Expand All @@ -11,9 +11,9 @@
<link rel="icon" href="path/to/favicon-192.png" sizes="192x192" type="image/png">
<!-- More info: https://bitsofco.de/all-about-favicons-and-touch-icons/ -->
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-favicon</tabTrigger>
<description>HEAD Favicon</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-favicon</tabTrigger>
<description>HEAD Favicon</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
</snippet>
12 changes: 6 additions & 6 deletions snippets/head-google-android.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<meta name="theme-color" content="#E64545">
<!-- Add to homescreen -->
<meta name="mobile-web-app-capable" content="yes">
<!-- More info: https://developer.chrome.com/multidevice/android/installtohomescreen -->
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-android</tabTrigger>
<description>HEAD Google Android</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-android</tabTrigger>
<description>HEAD Google Android</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
</snippet>
12 changes: 6 additions & 6 deletions snippets/head-google-chrome.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/APP_ID">
<!-- Disable translation prompt -->
<meta name="google" value="notranslate">
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-chrome</tabTrigger>
<description>HEAD Google Chrome</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-chrome</tabTrigger>
<description>HEAD Google Chrome</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
</snippet>
12 changes: 6 additions & 6 deletions snippets/head-google-plus-schema.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<link href="https://plus.google.com/+YourPage" rel="publisher">
<meta itemprop="name" content="Content Title">
<meta itemprop="description" content="Content description less than 200 characters">
<meta itemprop="image" content="https://example.com/image.jpg">
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-gplus</tabTrigger>
<description>HEAD Google+ / Schema.org</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-gplus</tabTrigger>
<description>HEAD Google+ / Schema.org</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
</snippet>
12 changes: 6 additions & 6 deletions snippets/head-internet-explorer.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta http-equiv="cleartype" content="on">
<meta name="skype_toolbar" content="skype_toolbar_parser_compatible">
Expand Down Expand Up @@ -29,9 +29,9 @@
<meta name="msapplication-TileImage" content="path/to/tileimage.jpg">
<meta name="msapplication-window" content="width=1024;height=768">
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-ie</tabTrigger>
<description>HEAD Internet Explorer</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-ie</tabTrigger>
<description>HEAD Internet Explorer</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
</snippet>
12 changes: 6 additions & 6 deletions snippets/head-link.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<link rel="canonical" href="https://example.com/page.html">
<link rel="shortlink" href="https://example.com/?p=42">
<link rel="amphtml" href="https://example.com/path/to/amp-version.html">
Expand Down Expand Up @@ -41,9 +41,9 @@
<link rel="preload" href="image.png">
<!-- More info: https://css-tricks.com/prefetching-preloading-prebrowsing/ -->
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-link</tabTrigger>
<description>HEAD Link</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-link</tabTrigger>
<description>HEAD Link</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
</snippet>
12 changes: 6 additions & 6 deletions snippets/head-meta.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
Expand Down Expand Up @@ -80,9 +80,9 @@
<meta name="geo.region" content="country[-state]"><!-- Country code (ISO 3166-1): mandatory, state code (ISO 3166-2): optional; eg. content="US" / content="US-NY" -->
<meta name="geo.placename" content="city/town"><!-- eg. content="New York City" -->
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-meta</tabTrigger>
<description>HEAD Meta</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-meta</tabTrigger>
<description>HEAD Meta</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
</snippet>
12 changes: 6 additions & 6 deletions snippets/head-minimum.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<title>Page Title</title>
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-minimum</tabTrigger>
<description>HEAD Recommended Minimum</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-minimum</tabTrigger>
<description>HEAD Recommended Minimum</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
</snippet>
12 changes: 6 additions & 6 deletions snippets/head-oembed.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<link rel="alternate" type="application/json+oembed" href="http://example.com/services/oembed?url=http%3A%2F%2Fexample.com%2Ffoo%2F&amp;format=json" title="oEmbed Profile: JSON">
<link rel="alternate" type="text/xml+oembed" href="http://example.com/services/oembed?url=http%3A%2F%2Fexample.com%2Ffoo%2F&amp;format=xml" title="oEmbed Profile: XML">
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-oebmed</tabTrigger>
<description>HEAD OEmbed</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-oebmed</tabTrigger>
<description>HEAD OEmbed</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
</snippet>
12 changes: 6 additions & 6 deletions snippets/head-qq-mobile-browser.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<!-- Locks the screen into the specified orientation -->
<meta name="x5-orientation" content="landscape/portrait">
<!-- Display this page in fullscreen -->
<meta name="x5-fullscreen" content="true">
<!-- Page will be displayed in "application mode"(fullscreen,etc.) -->
<meta name="x5-page-mode" content="app">
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-qq</tabTrigger>
<description>HEAD QQ Mobile Browser</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-qq</tabTrigger>
<description>HEAD QQ Mobile Browser</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
</snippet>
12 changes: 6 additions & 6 deletions snippets/head-twitter.sublime-snippet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<snippet>
<content><![CDATA[
<content><![CDATA[
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@site_account">
<meta name="twitter:creator" content="@individual_account">
Expand All @@ -10,9 +10,9 @@
<!-- More info: https://dev.twitter.com/cards/getting-started -->
<!-- Validate: https://dev.twitter.com/docs/cards/validation/validator -->
]]></content>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-twitter</tabTrigger>
<description>HEAD Twitter</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
<!-- Optional: Set a tabTrigger to define how to trigger the snippet -->
<tabTrigger>head-twitter</tabTrigger>
<description>HEAD Twitter</description>
<!-- Optional: Set a scope to limit where the snippet will trigger -->
<scope>source.html, source.php</scope>
</snippet>
Loading

0 comments on commit 4901286

Please sign in to comment.