pozyxLabs/Pozyx-Arduino-library

Small suggestion

Closed this issue · 2 comments

Can you set codes indented with Tabs ?? And one Tab be equals to four spaces.
It's somewhat weird that the codes indented with two spaces.

Best regards

i believe using two spaces instead of a tab for indenting is what you'll find in a majority of places on the internet. any major editor can automatically convert between the two.

As Luke has said, 2 spaces is quite common and any major editor can easily convert between tabs and spaces, and you can configure whether a tab is 2 or 4 spaces therein. For our Arduino library we'd like to remain consistent with two-space indentation.