summaryrefslogtreecommitdiff
path: root/.editorconfig
Commit message (Collapse)AuthorAgeFilesLines
* style: Add an EditorConfig file for the C code.Michael G. Schwern2021-01-171-0/+10
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