Add a Readme

This commit is contained in:
Neil Brommer 2021-11-23 22:42:58 -08:00
parent 4623d8838d
commit ca9cb3caa0
3 changed files with 39 additions and 1 deletions

View file

@ -4,7 +4,7 @@ root = true
insert_final_newline = true
max_line_length = 100
[*.{cs,cshtml,html,xml,js,css,csproj,json}]
[*.{cs,cshtml,html,xml,js,css,csproj,json,md}]
indent_style = tab
tab_width = 4
trim_trailing_whitespace = true