SumoLogic / sumologic-net-appenders

Several appenders for .NET developers to use that send logs straight to SumoLogic.
Apache License 2.0
23 stars 39 forks source link

normalize whitespace to spaces in README.md #55

Closed bdrupieski closed 7 years ago

bdrupieski commented 7 years ago

README.md has a mix of tabs and spaces for the log4net xml configuration example. This causes XML elements to be unaligned when it's rendered on GitHub, making it hard to read. This PR normalizes all whitespace to spaces to remove the tabs.

It also indents all C# examples to 4 spaces for consistency. Some of them are only using 2 spaces.

latkin commented 7 years ago

Thanks!