shaarli / netscape-bookmark-parser

PHP library to parse Netscape bookmark files
https://packagist.org/packages/shaarli/netscape-bookmark-parser
MIT License
22 stars 10 forks source link

Add editorconfig file back #76

Closed ArthurHoaro closed 2 years ago

ArthurHoaro commented 2 years ago

This is useful to keep the same coding rules across any IDE and OS, especially regarding line and file endings. See https://editorconfig.org/

This also the occasion to test the Github Action workflow,