HTTPArchive / custom-metrics

Custom metrics to use with WebPageTest agents
Apache License 2.0
19 stars 22 forks source link

Add editorconfig file and standardise custom metric files #4

Closed tunetheweb closed 2 years ago

tunetheweb commented 2 years ago

Adds the .editorconfig file as used in the Almanac for those using EditorConfig to help enforce file format styles.

Including spaces over tabs (let battle commence!)

To actually make use of this may require installing the editorconfig node module via npm (we suggest installing globally - npm install -g editorconfig ) and then installing the extension for your IDE (for example there is a Visual Studio Code extension).

pmeenan commented 2 years ago

LGTM