chore: update README

This commit is contained in:
xidedix
2018-06-15 20:45:16 +02:00
parent 9e31783d91
commit 89a9295396
5 changed files with 358 additions and 57 deletions
+14
View File
@@ -0,0 +1,14 @@
# Editor configuration, see http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false