initial implementation of arkanoid.ts

This commit is contained in:
2021-09-21 20:13:51 +02:00
commit 814c564a85
15 changed files with 20784 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
# http://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = false
insert_final_newline = true
quote=singleQuote
[*.md]
trim_trailing_whitespace = false