Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Coding Conventions

Aaron Bockover edited this page Nov 15, 2017 · 1 revision

C#

We generally follow the Mono Coding Guidelines, although we indent with 4 spaces instead of tab characters. See our .editorconfig file for details.

We are currently using all modern C# 7 language features. We adopt the latest C# features as they become available in VS and VS for Mac (stable channels).

TypeScript, CSS, HTML

We use default settings in VS Code.

Clone this wiki locally