Skip to content

Commit

Permalink
Merge 59892be into 2e56486
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed Nov 26, 2018
2 parents 2e56486 + 59892be commit 183cc1a
Show file tree
Hide file tree
Showing 46 changed files with 11,952 additions and 5,495 deletions.
16 changes: 8 additions & 8 deletions .editorconfig
@@ -1,19 +1,19 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.css]
insert_final_newline = false

[*.md]
trim_trailing_whitespace = false

[{package.json,.travis.yml,appveyor.yml}]
[package.json]
indent_style = space
indent_size = 2

[*.md]
trim_trailing_whitespace = false
1 change: 1 addition & 0 deletions .gitignore
@@ -1,3 +1,4 @@
coverage
node_modules
test/fixture/bower_components/bootstrap/dist/css/*
test/fixtures/styles/main.08e83c51.css
Expand Down
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -14,7 +14,8 @@ language: node_js
node_js:
- "10"
- "8"
- "6"

cache:
yarn: true

after_success: npm run coveralls

0 comments on commit 183cc1a

Please sign in to comment.