From a24ef8f6f21f9d8a8cb75d331e1baacaf9ebf81a Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Wed, 22 Apr 2020 01:43:28 -0500 Subject: [PATCH] todos --- .editorconfig | 6 +++++- async-git/docs/compatibility.md | 5 ----- docs/todos.md | 8 ++++++++ 3 files changed, 13 insertions(+), 6 deletions(-) delete mode 100644 async-git/docs/compatibility.md create mode 100644 docs/todos.md diff --git a/.editorconfig b/.editorconfig index 7a580a4..16fdbc6 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,8 +1,12 @@ -[*.{rs,sql,tera}] +[*] end_of_file = lf insert_final_newline = true trim_trailing_whitespace = true charset = utf-8 indent_style = space + +[*.{rs,sql,tera}] indent_size = 4 +[*.md] +indent_size = 2 diff --git a/async-git/docs/compatibility.md b/async-git/docs/compatibility.md deleted file mode 100644 index a3e8f17..0000000 --- a/async-git/docs/compatibility.md +++ /dev/null @@ -1,5 +0,0 @@ -compatibility -============= - -| feature | status | notes | -|---|---|---| diff --git a/docs/todos.md b/docs/todos.md new file mode 100644 index 0000000..a9c45df --- /dev/null +++ b/docs/todos.md @@ -0,0 +1,8 @@ +stuff i can do right now + +- async-git +- + +future + +- ci