Skip to content

Commit 2eac04e

Browse files
Add editorconfig and formated existing files (#17)
1 parent 25e939e commit 2eac04e

20 files changed

+37
-28
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
root = true
2+
3+
[*]
4+
indent_style = space
5+
indent_size = 2
6+
end_of_line = lf
7+
charset = utf-8
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ _site
22
.sass-cache
33
.jekyll-metadata
44
.DS_Store
5-
node_modules
5+
node_modules

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
##
22

3-
Site for GitPoint :)
3+
Site for GitPoint :)

_includes/donate-button.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
<a href="https://opencollective.com/git-point/donate" target="_blank">
22
<img src="https://opencollective.com/git-point/donate/[email protected]?color=blue" width=300 />
3-
</a>
3+
</a>

_includes/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ <h4 class="f6 mid-gray fw4 ttu tracked">{{ name[0] }}</h4>
2929
{% endfor %}
3030

3131
</div>
32-
</footer>
32+
</footer>

_includes/github-button-script.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<script async defer src="https://buttons.github.io/buttons.js"></script>
1+
<script async defer src="https://buttons.github.io/buttons.js"></script>

_includes/github-button.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<a class="github-button" href="https://github.com/gitpoint/git-point" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star gitpoint/git-point on GitHub">Star</a>
1+
<a class="github-button" href="https://github.com/gitpoint/git-point" data-icon="octicon-star" data-size="large" data-show-count="true" aria-label="Star gitpoint/git-point on GitHub">Star</a>

_includes/google-analytics.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@
88
ga('send', 'pageview');
99

1010
</script>
11-
11+

_includes/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@
3737
" | relative_url }}"> {% if jekyll.environment == 'production' and site.google_analytics %} {% include google-analytics.html %} {% endif %}
3838
<link rel="manifest" href="/assets/manifest.json">
3939
<link rel="icon" href="{{ " /assets/favicon.ico " | relative_url }}">
40-
</head>
40+
</head>

_includes/header.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
<div class="vh-85 dt w-100 bg-header bg-primary flex flex-column items-center justify-center">
1+
<div class="vh-85 dt w-100 bg-header bg-primary flex flex-column items-center justify-center">
22
<div class="grow mb5 dn db-ns">
33
{% include donate-button.html %}
4-
</div>
4+
</div>
55

66
<div class="dtc v-mid tc ph3 ph4-l">
77
<div class="link header-logo br-100 pa4 ba bg-dark-gray h4 w4 dib flex items-center justify-center" href="/">
@@ -15,7 +15,7 @@ <h1 class="pt3 mb0 f3 f2-m f2-l fw6 tc dark-gray">GitPoint</h1>
1515
<p class="f5 f3-ns mid-gray lh-copy mt2 mb4 mw6">
1616
GitHub in your pocket
1717
</p>
18-
18+
1919
<div class="flex">
2020
<a href="https://itunes.apple.com/app/gitpoint/id1251245162?mt=8" class="dib grow mr2">
2121
{% include icon-app-store.svg %}
@@ -27,10 +27,10 @@ <h1 class="pt3 mb0 f3 f2-m f2-l fw6 tc dark-gray">GitPoint</h1>
2727

2828
<div class="grow mt5 db dn-ns">
2929
{% include donate-button.html %}
30-
</div>
30+
</div>
3131

3232
<div class="mt4 mt5-ns">
3333
{% include github-button.html %}
34-
</div>
34+
</div>
3535
</div>
36-
</div>
36+
</div>

0 commit comments

Comments
 (0)