reinlined snek

This commit is contained in:
2017-03-08 21:56:30 +01:00
parent 7531a0cec4
commit 274c00ad21
19 changed files with 1751 additions and 0 deletions

14
snek/.editorconfig Normal file
View File

@@ -0,0 +1,14 @@
# http://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
trim_trailing_whitespace = true