Skip to content

Commit 24c9801

Browse files
author
Frotty
committed
fix
1 parent e802230 commit 24c9801

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

_doc/manual/conventions.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,12 @@ sections:
99
- Idiomatic use of language features
1010
---
1111

12-
13-
## Coding Conventions
14-
1512
### About
1613

1714
Coding Conventions describe a set of rules that aren't directly enforced as errors by the language, but still commonly accepted guidelines among developers to produce consistently structured and formatted code.
1815

1916
### Source Code Organization
2017

21-
2218
#### Directory structure
2319

2420
All your packages should be inside the `wurst/` folder of your project. You can have any folder structure inside the `wurst/` folder as packages are not affected by it. Folders should be used to group together packages and files.

0 commit comments

Comments
 (0)