alexandermarston / vnstat-dashboard

A responsive web UI to view network traffic statistics provided by vnStat (with support for version 2.x)
https://alexandermarston.github.io/vnstat-dashboard/
142 stars 60 forks source link

Create .editorconfig #16

Closed padaVVan closed 5 years ago

padaVVan commented 5 years ago

add .editorconfig

alexandermarston commented 5 years ago

Hi @padaVVan

What's the benefit of this addition? Is this fixing a particular Issue?

Thanks.

padaVVan commented 5 years ago

Hi @alexandermarston. EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs. The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles. EditorConfig files are easily readable and they work nicely with version control systems.

about .editorconfig

alexandermarston commented 5 years ago

This conforms to PHP PSR-2 Coding Standards - merging.