chore(*): normalize line endings

Closes #423
This commit is contained in:
Pawel Kozlowski
2013-05-20 21:35:39 +02:00
parent 48dac234c3
commit b0745c8e05
30 changed files with 1869 additions and 1861 deletions
+6
View File
@@ -0,0 +1,6 @@
*.html eol=lf
*.css eol=lf
*.js eol=lf
*.md eol=lf
*.json eol=lf
*.yml eol=lf
+2
View File
@@ -11,6 +11,8 @@ module.exports = function(grunt) {
grunt.loadNpmTasks('grunt-karma');
// Project configuration.
grunt.util.linefeed = '\n';
grunt.initConfig({
ngversion: '1.0.5',
bsversion: '2.3.1',