feat: Add basic animation support (#20)

This commit is contained in:
2023-01-12 22:24:00 +01:00
committed by GitHub
parent ed06aa697e
commit c9fee7ca24
11 changed files with 176 additions and 45 deletions

22
.editorconfig Normal file
View File

@ -0,0 +1,22 @@
root = true
# Base Configuration
[*]
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 120
end_of_line = lf
# Markdown Standards
[*.md]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false
# Java/Kotlin Standards
[*.{java,kt,kts,gradle,xml}]
indent_style = space