Skip to content

Commit

Permalink
Project commit
Browse files Browse the repository at this point in the history
  • Loading branch information
JannickLeismann committed Aug 2, 2023
1 parent 6a6664e commit ccbd702
Show file tree
Hide file tree
Showing 24 changed files with 12,015 additions and 392 deletions.
16 changes: 16 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# Editor configuration, see https://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.ts]
quote_type = single

[*.md]
max_line_length = off
trim_trailing_whitespace = false
Loading

0 comments on commit ccbd702

Please sign in to comment.