Add initial login view and debug panel with tview

This commit is contained in:
Tulir Asokan
2018-03-13 15:27:12 +02:00
parent 2bd7315f06
commit f0333df1b2
9 changed files with 487 additions and 1 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{yaml,yml}]
indent_style = space