Visual Studio
Tools -> Options
Text Editor -> C# -> Tabs
Settings:
Indenting: Smart
Tab size: 4
Indent size: 4
Keep tabs CHECKED
Notepad++
Tools -> Preferences
Language -> C#
Settings:
[Default]
Tab size: 4
Replace by space UNCHECKED
To open this workspace, navigate to solutions/ and open TerraCustom.sln
To open our code patcher, run setup.bat from the main directory. If you've worked in the TerraCustom workspace, you press 'Diff TerraCustom' This will create new patches containing your changes in the patches/ folder
Before you commit or create a pull request, inspect your patches. Make sure nothing weird happened. Do not auto format vanilla files when possible, it can break things.