minifix: add jsx files to gitattributes and attribute jviotti (#2302)

Change-Type: patch
This commit is contained in:
Benedict Aas 2018-05-04 14:46:27 +01:00 committed by GitHub
parent c1b97b1b44
commit 07ed90ed11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1,5 +1,6 @@
# Javascript files must retain LF line-endings (to keep eslint happy)
*.js text eol=lf
*.jsx text eol=lf
# CSS and SCSS files must retain LF line-endings (to keep ensure-staged-sass.sh happy)
*.css text eol=lf
*.scss text eol=lf

View File

@ -1,4 +1,5 @@
/*
* Copyright 2016 Juan Cruz Viotti. https://github.com/jviotti
* Copyright 2018 resin.io
*
* Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,4 +1,5 @@
/*
* Copyright 2016 Juan Cruz Viotti. https://github.com/jviotti
* Copyright 2018 resin.io
*
* Licensed under the Apache License, Version 2.0 (the "License");