PolymerElements / paper-progress

A Material Design progress
32 stars 43 forks source link

Automatic format! #74

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!