EditorConfig makes it easy to maintain the correct coding style
This code produces a program that accepts a filename as input and will look for .editorconfig files with sections applicable to the given file, outputting any properties found.
This code produces a program that accepts a filename as input and will look for .editorconfig files with sections applicable to the given file, outputting any properties found.
To install editorconfig-core-c, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install editorconfig-core-c
To see what files were installed by editorconfig-core-c, run:
port contents editorconfig-core-c
To later upgrade editorconfig-core-c, run:
sudo port selfupdate && sudo port upgrade editorconfig-core-c
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.