Skip to content

Commit

Permalink
A bit of housekeeping (madskristensen#134)
Browse files Browse the repository at this point in the history
* Cleaned and commented.

* Removed auto-gen docs

* Fix some ConfigureAwait issues introduced earlier, add some constants/resources, change index view to use IAsyncEnumerable foreach and modify controller accordingly.
  • Loading branch information
wforney authored Mar 2, 2020
1 parent 82ab3bd commit 1fb2db2
Show file tree
Hide file tree
Showing 30 changed files with 1,172 additions and 198 deletions.
10 changes: 10 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ end_of_line = crlf
[*.xml]
indent_style = space

[*.{cshtml,razor}]
charset = utf-8
end_of_line = crlf
indent_style = tab
indent_size = tab
insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true
max_line_length = 100

[*.cs]
charset = utf-8
end_of_line = crlf
Expand Down
Loading

0 comments on commit 1fb2db2

Please sign in to comment.