Closed dl1com closed 4 years ago
Most (all?) of the code uses tabs instead of spaces :( This breaks the layout of the code on Github and is no good practice anyway. Substitute tabs with 8 spaces (as defined in the Linux Kernel Styleguide)
We'll probably just take clang-format with default settings for linting to have a common base of coding style.
Most (all?) of the code uses tabs instead of spaces :( This breaks the layout of the code on Github and is no good practice anyway. Substitute tabs with 8 spaces (as defined in the Linux Kernel Styleguide)