blob: 27f68678c7aa6c8d03526535927ff8d1d065a570 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
> Wiki navigation: [Overview](/handbook/wiki/) | [Getting Started](/handbook/wiki/getting-started/) | [Help Pages](/handbook/wiki/help-pages/) | [Development](/handbook/wiki/development/)
# Development
If you would like to contribute to ProjT Launcher, you might find it useful to join our Discord Server or Matrix Space.
## Building
If you want to build ProjT Launcher yourself and/or contribute, check out our [Build Instructions](./build-instructions) page for a handy guide.
## Code formatting
Please follow the existing formatting.
In general, by order of importance:
- Make sure your IDE is not messing up line endings or whitespace and avoid using linters.
- Prefer readability to dogma.
- Keep to the existing formatting.
- Indent with 4 space unless it's in a submodule.
- Keep lists (of arguments, parameters, initializers...) as lists, not paragraphs. It should either read from top to bottom, or left to right. Not both.
|