Verified Commit 3ea3058a authored by Lukas Wiest's avatar Lukas Wiest :steam_locomotive:
Browse files

chore: add editorconfig

1 merge request!1write project docs (mkdocs)
Showing with 16 additions and 0 deletions
+16 -0
# Editor configuration, see https://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.ts]
quote_type = single
[*.md]
max_line_length = off
trim_trailing_whitespace = false
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment