tokuhirom / Minilla

Authorizing tool for CPAN modules
https://metacpan.org/release/Minilla
Other
98 stars 65 forks source link

Added .editorconfig file #265

Closed cxw42 closed 5 years ago

cxw42 commented 5 years ago

EditorConfig is a cross-platform standard for telling editors about indentation and line-end settings. The code looks to me like Unix line ends and four-space, non-tab indents. This file will apply those settings in any EditorConfig-capable editor. Other editors will ignore it.

Would you be willing to add this file to the repo? Thanks for considering this request!