Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 310 Bytes

CODE_FORMATTING.md

File metadata and controls

21 lines (11 loc) · 310 Bytes

Code Formatting Guidelines

This is incomplete.

Java

All Java code is formatted according to the Eclipse [built-in] profile of Eclipse.

This means tabs, not spaces.

Python

Tabs.

GDScript

Tabs as per Godot editor convention.

Rust

This uses the standard 4-space convention of Rust code.