Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
style: Add an EditorConfig file for the C code.
EditorConfig lets editors automatically configure themselves to the project standard. Like embedded VIM and emacs mode lines, but universal. Many editors support it out of the box. Most everything else has a plugin. https://editorconfig.org/ It makes contributing with proper style easier. Pretty basic stuff. * 4 spaces for indentation * UTF-8 * Unix newlines * Strip trailing whitespace * Add a final newline on the file
- Loading branch information