PolymerElements / iron-input

An input with data binding
https://webcomponents.org/element/PolymerElements/iron-input
33 stars 45 forks source link

Automatic format! #131

Closed e111077 closed 6 years ago

e111077 commented 6 years ago

Runs the experimental autoformatter webmat which runs clang-format on js files and makes it so that it can run on HTML files. Please look through this PR with ?w=1 in the diff to make sure that no logic was changed.

What has changed? You can run the formatter on the whole project by running npm run format and ex/include files from the formatter, and enter your custom clang-format config in a formatconfig.json see webmat readme for more

notwaldorf commented 6 years ago

why don't the tests run anymore? :/

e111077 commented 6 years ago

It's probably because the tedium run was thrashing Travis. Pressing rerun should work if five million repos aren't fighting for Travis's attention

e111077 commented 6 years ago

The tests are passing