EditorConfig support in Go
A small package to parse and use EditorConfig files. Currently passes all of the official test cases. Note that an official library exists for Go. This alternative implementation started with a different design: – Specialised INI parser, for full compatibility with the spec – Ability to cache parsing files and compiling pattern matches – Storing and querying all properties equally – Minimising pointers and maps to store data This package contains the source code needed for building packages that reference the following Go import paths: – mvdan.cc/editorconfig
Release | Stable | Testing |
---|---|---|
Fedora Rawhide | 0.2.0-2.fc35 | - |
Fedora 35 | 0.2.0-2.fc35 | - |
You can contact the maintainers of this package via email at
golang-mvdan-editorconfig dash maintainers at fedoraproject dot org
.