Add Spectre, add bookmark container creation, save selected container to localStorage

This commit is contained in:
Neil Brommer 2021-11-20 22:47:10 -08:00
parent c5403ca206
commit 3eb2b2ae98
21 changed files with 6014 additions and 57 deletions

View file

@ -11,7 +11,8 @@ trim_trailing_whitespace = true
[*.razor]
indent_style = space
indent_width = 4
indent_size = 4
tab_width = 4
trim_trailing_whitespace = true
[*.cs]