HAMNET-Access-Protocol / HNAP4PlutoSDR

Main transceiver application
GNU Lesser General Public License v3.0
29 stars 5 forks source link

Use spaces instead of tabs #15

Closed dl1com closed 4 years ago

dl1com commented 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)

dl1com commented 4 years ago

We'll probably just take clang-format with default settings for linting to have a common base of coding style.