Skip to content

Commit e060848

Browse files
authored
Merge pull request #2264 from h5bp/v8-whitespace-no-closing-tags
Consistent code formatting fix
2 parents 14f8653 + f9bfe5b commit e060848

File tree

6 files changed

+24
-26
lines changed

6 files changed

+24
-26
lines changed

dist/doc/html.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ preview image, URL, and [type](https://ogp.me/#types) (e.g., video, music,
8282
website, article).
8383

8484
``` html
85-
<meta property="og:title" content="" />
86-
<meta property="og:type" content="" />
87-
<meta property="og:url" content="" />
88-
<meta property="og:image" content="" />
85+
<meta property="og:title" content="">
86+
<meta property="og:type" content="">
87+
<meta property="og:url" content="">
88+
<meta property="og:image" content="">
8989
```
9090

9191
In addition to these four attributes there are many more attributes you can use

dist/doc/misc.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@ if you're interested. The fields we provide are as follows:
186186
also define custom scripts for use with your application development. We
187187
provide three custom scripts that work with Parcel to get you up and running
188188
quickly with a bundler for your assets and a simple development server.
189-
189+
190190
* `start` builds your site and starts a server
191191
* `build` builds your `index.html` using Parcel
192192
* `dev` serves your `index.html` with a simple development server
193-
193+
194194
* `keywords` - an array of keywords used to discover your app in the npm
195195
registry
196196
* `author` - defines the author (via `name`, `email` and `url` fields) of a
@@ -201,4 +201,3 @@ if you're interested. The fields we provide are as follows:
201201
* `devDependencies` - development dependencies for your package. In our case
202202
it's a single dependency, Parcel, which we use to bundle files and run a
203203
simple web server.
204-

dist/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<title></title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
9-
10-
<meta property="og:title" content="" />
11-
<meta property="og:type" content="" />
12-
<meta property="og:url" content="" />
13-
<meta property="og:image" content="" />
9+
10+
<meta property="og:title" content="">
11+
<meta property="og:type" content="">
12+
<meta property="og:url" content="">
13+
<meta property="og:image" content="">
1414

1515
<link rel="manifest" href="site.webmanifest">
1616
<link rel="apple-touch-icon" href="icon.png">
@@ -33,7 +33,7 @@
3333
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
3434
<script>
3535
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
36-
ga('create', 'UA-XXXXX-Y', 'auto'); ga('set', 'anonymizeIp', true); ga('set','transport','beacon'); ga('send', 'pageview')
36+
ga('create', 'UA-XXXXX-Y', 'auto'); ga('set', 'anonymizeIp', true); ga('set', 'transport', 'beacon'); ga('send', 'pageview')
3737
</script>
3838
<script src="https://www.google-analytics.com/analytics.js" async></script>
3939
</body>

src/doc/html.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,10 +82,10 @@ preview image, URL, and [type](https://ogp.me/#types) (e.g., video, music,
8282
website, article).
8383

8484
``` html
85-
<meta property="og:title" content="" />
86-
<meta property="og:type" content="" />
87-
<meta property="og:url" content="" />
88-
<meta property="og:image" content="" />
85+
<meta property="og:title" content="">
86+
<meta property="og:type" content="">
87+
<meta property="og:url" content="">
88+
<meta property="og:image" content="">
8989
```
9090

9191
In addition to these four attributes there are many more attributes you can use

src/doc/misc.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -186,11 +186,11 @@ if you're interested. The fields we provide are as follows:
186186
also define custom scripts for use with your application development. We
187187
provide three custom scripts that work with Parcel to get you up and running
188188
quickly with a bundler for your assets and a simple development server.
189-
189+
190190
* `start` builds your site and starts a server
191191
* `build` builds your `index.html` using Parcel
192192
* `dev` serves your `index.html` with a simple development server
193-
193+
194194
* `keywords` - an array of keywords used to discover your app in the npm
195195
registry
196196
* `author` - defines the author (via `name`, `email` and `url` fields) of a
@@ -201,4 +201,3 @@ if you're interested. The fields we provide are as follows:
201201
* `devDependencies` - development dependencies for your package. In our case
202202
it's a single dependency, Parcel, which we use to bundle files and run a
203203
simple web server.
204-

src/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
<title></title>
77
<meta name="description" content="">
88
<meta name="viewport" content="width=device-width, initial-scale=1">
9-
10-
<meta property="og:title" content="" />
11-
<meta property="og:type" content="" />
12-
<meta property="og:url" content="" />
13-
<meta property="og:image" content="" />
9+
10+
<meta property="og:title" content="">
11+
<meta property="og:type" content="">
12+
<meta property="og:url" content="">
13+
<meta property="og:image" content="">
1414

1515
<link rel="manifest" href="site.webmanifest">
1616
<link rel="apple-touch-icon" href="icon.png">
@@ -33,7 +33,7 @@
3333
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
3434
<script>
3535
window.ga = function () { ga.q.push(arguments) }; ga.q = []; ga.l = +new Date;
36-
ga('create', 'UA-XXXXX-Y', 'auto'); ga('set', 'anonymizeIp', true); ga('set','transport','beacon'); ga('send', 'pageview')
36+
ga('create', 'UA-XXXXX-Y', 'auto'); ga('set', 'anonymizeIp', true); ga('set', 'transport', 'beacon'); ga('send', 'pageview')
3737
</script>
3838
<script src="https://www.google-analytics.com/analytics.js" async></script>
3939
</body>

0 commit comments

Comments
 (0)