Skip to content

Commit

Permalink
Introduce end-of-line normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
BorisMoore committed Aug 17, 2015
1 parent b1a33ac commit 30f33ec
Show file tree
Hide file tree
Showing 29 changed files with 29,322 additions and 30,137 deletions.
5 changes: 5 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Auto detect text files and perform LF normalization
* text=auto

# JS files must always use LF for tools to work
*.js eol=lf
4 changes: 2 additions & 2 deletions demos/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ <h3>Demos</h3>
<div class="subhead"><em>Tests</em>:</div>

<div class="box">
<div class="subhead"><a href="../test/UNIT-TESTS-ALL-JSVIEWS.html">Combined unit tests, JsViews and JsRender</a></div>
<div class="subhead"><a href="../test/test-pages/index.html">Additional test pages</a></div>
<div class="subhead"><a href="../test/unit-tests-all-jsviews.html">Combined unit tests, JsViews and JsRender</a></div>
<div class="subhead"><a href="../test/index.html">Additional tests</a></div>
</div>

</body>
Expand Down
Loading

0 comments on commit 30f33ec

Please sign in to comment.