Add contribution docs

This commit is contained in:
Webber
2020-01-21 21:58:09 +01:00
committed by Webber Takken
parent caf297b116
commit 8414ce0554
3 changed files with 124 additions and 0 deletions

21
.editorconfig Normal file
View File

@@ -0,0 +1,21 @@
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 100
tab_width = 2
trim_trailing_whitespace = true
[*.md]
max_line_length = 0
trim_trailing_whitespace = false
[*.yml]
max_line_length = 0
[COMMIT_EDITMSG]
max_line_length = 0