Re: NetBSD KNF editorconfig?
Thomas Klausner <[email protected]> Sun, 11 May 2025 11:26:16 +0200
| Newsgroups | gmane.os.netbsd.devel.toolchain |
|---|---|
| Message-ID | <[email protected]> |
On Sun, May 11, 2025 at 10:20:25AM +0100, Robert Swindells wrote: > > Chris Hanson <[email protected]> wrote: > > Does anyone have an editorconfig file describing NetBSD KNF? > > /usr/share/misc/NetBSD.el I think he was looking a file corresponding to the editorconfig standard: https://editorconfig.org/ We don't have one yet AFAIK. There is the Emacs config file Robert posted above, and a file for clang-format in /usr/share/misc/dot.clang-format. Thomas