feat: adds list editor

feat: adds list editor
This commit is contained in:
2022-12-23 15:15:11 +01:00
parent 08dcfd179b
commit 74e7d8c9e7
36 changed files with 389 additions and 182 deletions

View File

@@ -10,6 +10,10 @@ trim_trailing_whitespace = true
[*.ts]
quote_type = single
max_line_length = 180
[*.html]
max_line_length = 180
[*.md]
max_line_length = off