todos
This commit is contained in:
parent
050d8afdf9
commit
a24ef8f6f2
3 changed files with 13 additions and 6 deletions
|
@ -1,8 +1,12 @@
|
||||||
[*.{rs,sql,tera}]
|
[*]
|
||||||
end_of_file = lf
|
end_of_file = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_style = space
|
indent_style = space
|
||||||
|
|
||||||
|
[*.{rs,sql,tera}]
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.md]
|
||||||
|
indent_size = 2
|
||||||
|
|
|
@ -1,5 +0,0 @@
|
||||||
compatibility
|
|
||||||
=============
|
|
||||||
|
|
||||||
| feature | status | notes |
|
|
||||||
|---|---|---|
|
|
8
docs/todos.md
Normal file
8
docs/todos.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
stuff i can do right now
|
||||||
|
|
||||||
|
- async-git
|
||||||
|
-
|
||||||
|
|
||||||
|
future
|
||||||
|
|
||||||
|
- ci
|
Loading…
Reference in a new issue