Skip to content
This repository has been archived by the owner on Jan 24, 2019. It is now read-only.

Latest commit

 

History

History
27 lines (19 loc) · 514 Bytes

CONTRIBUTING.md

File metadata and controls

27 lines (19 loc) · 514 Bytes

Please review te following:

Your files use tab indendation (keep tabs) of size 4

Visual Studio

Tools -> Options
Text Editor -> C# -> Tabs
Settings:
	Indenting: Smart
	Tab size: 4
	Indent size: 4
	Keep tabs CHECKED

Example Visual Studio

Notepad++

Tools -> Preferences
Language -> C#
Settings:
	[Default]
	Tab size: 4
	Replace by space UNCHECKED

Example notepad++