EditorConfig reformat: Non-CS files.

This commit is contained in:
Erwin de Haan
2019-01-13 20:45:51 +01:00
parent aacafee1de
commit 742bef5b5f
113 changed files with 7556 additions and 7510 deletions

View File

@@ -2,7 +2,8 @@
"Serilog": {
"MinimumLevel": "Information",
"WriteTo": [
{ "Name": "Console",
{
"Name": "Console",
"Args": {
"outputTemplate": "[{Timestamp:HH:mm:ss}] [{Level:u3}] {Message:lj}{NewLine}{Exception}"
}