rekterakathom / Overthrow

A dynamic and persistent revolution platform for Arma 3
https://steamcommunity.com/sharedfiles/filedetails/?id=2824471652
GNU General Public License v2.0
12 stars 9 forks source link

Tabs and spaces indentations are mixed in the code #55

Open Tuupertunut opened 1 year ago

Tuupertunut commented 1 year ago

There are many instances in the code where indentations with tabs and spaces are mixed within the same file. See for example functions/factions/NATO/fn_NATOScrambleHelicopter.sqf. This causes problems when the files are displayed with different editors with differing tab size. We should settle for either tabs or spaces and use them everywhere.

rekterakathom commented 1 year ago

This issue could be solved with a PR that adds a contributing.md file which specifies the format. I personally always use 4-space tabs.

Tuupertunut commented 1 year ago

4 spaces is fine for me.