Simple rule: include files should never include include files. "Notes on Programming in C", Rob Pike, February 21, 1989 <https://www.lysator.liu.se/c/pikestyle.html>
- Tabs to spaces - Remove invisible whitespace at ends of lines - Break or shorten long lines (not for all files)