Skip to content

Commit d979781

Browse files
committed
Use 2 spaces to indent instead of 4
1 parent 831cb5c commit d979781

12 files changed

+1654
-1653
lines changed

.editorconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ root = true
1111

1212
# Tab style
1313
indent_style = space
14-
indent_size = 4
14+
indent_size = 2
1515

1616
# File format and handling
1717
charset = utf-8
1818
end_of_line = lf
1919
insert_final_newline = true
20-
trim_trailing_whitespace = true
20+
trim_trailing_whitespace = true

partials/section.about.hbs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
<!-- Start of #section-about -->
22
<aside id="section-about" aria-labelledby="title-about">
3-
<h2 id="title-about">About</h2>
4-
<p>
5-
Accessible, semantic markup patterns for HTML content. Uses the full <a rel="external noopener" href="http://html5doctor.com/element-index/"><cite>HTML5 Doctor Element Index</cite></a>, minus the <code translate="no">&lt;command&gt;</code> and <code translate="no">&lt;menu&gt;</code> tags.
6-
</p>
7-
<p>
8-
Reference <a rel="external noopener" href="http://alistairduggin.co.uk/">Alistair Duggin</a>'s <a rel="external noopener" href="http://aduggin.github.io/accessibility-fails/"><cite>Accessibility Fails</cite></a> for common markup pattern accessibility mistakes, and <a rel="external noopener" href="http://pauljadam.com/">Paul J. Adam</a>'s <a rel="external noopener" href="http://pauljadam.com/demos/landmarks.html"><cite>WAI-ARIA Landmarks Site Navigation Structure Demo</cite></a> for semantic, accessible page landmarks.
9-
</p>
3+
<h2 id="title-about">About</h2>
4+
<p>
5+
Accessible, semantic markup patterns for HTML content. Uses the full <a rel="external noopener" href="http://html5doctor.com/element-index/"><cite>HTML5 Doctor Element Index</cite></a>, minus the <code translate="no">&lt;command&gt;</code> and <code translate="no">&lt;menu&gt;</code> tags.
6+
</p>
7+
<p>
8+
Reference <a rel="external noopener" href="http://alistairduggin.co.uk/">Alistair Duggin</a>'s <a rel="external noopener" href="http://aduggin.github.io/accessibility-fails/"><cite>Accessibility Fails</cite></a> for common markup pattern accessibility mistakes, and <a rel="external noopener" href="http://pauljadam.com/">Paul J. Adam</a>'s <a rel="external noopener" href="http://pauljadam.com/demos/landmarks.html"><cite>WAI-ARIA Landmarks Site Navigation Structure Demo</cite></a> for semantic, accessible page landmarks.
9+
</p>
1010
</aside>
1111
<!-- End of #section-about -->

partials/section.embedded.hbs

Lines changed: 177 additions & 177 deletions
Large diffs are not rendered by default.

partials/section.footer.hbs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<!-- Start of #section-credit -->
22
<footer id="section-credit" role="contentinfo">
3-
<h2 id="title-credit">Credit</h2>
4-
<p>
5-
Inspired by <a rel="external noopener" href="http://mrmrs.cc/">Adam Morse</a>'s <a rel="external noopener" href="https://github.com/mrmrs/html"><cite>mrmrs/html</cite></a>.
6-
</p>
3+
<h2 id="title-credit">Credit</h2>
4+
<p>
5+
Inspired by <a rel="external noopener" href="http://mrmrs.cc/">Adam Morse</a>'s <a rel="external noopener" href="https://github.com/mrmrs/html"><cite>mrmrs/html</cite></a>.
6+
</p>
77
</footer>
88
<!-- End of #section-credit -->

0 commit comments

Comments
 (0)