diff options
Diffstat (limited to 'contributing.md')
-rw-r--r-- | contributing.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/contributing.md b/contributing.md new file mode 100644 index 0000000..891b104 --- /dev/null +++ b/contributing.md @@ -0,0 +1,13 @@ +# Code style + +- Indent using tabs +- Wrap long lines at column 80 +- Diacritical marks should be represented in ASCII using LaTeX syntax instead + of using UTF-8 (i.e. `fa\c{c}ade` instead of `façade`) +- Images should be placed in the [img/](./img/) folder + +<!-- +TODO +- Cross-references and citations should be handled using smartref +--> + |