Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ardalis committed Jan 27, 2024
1 parent fb91a89 commit 536d4b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
A sample editorconfig file for use with .NET / C# applications.

You're welcome to use this for your own projects. Please limit issues to actual errors. If you have your own preferences, feel free to fork this and host your own.

## Why Indent Size of 2

Code is often shared. Whether in a blog post, on a Slack or Discord channel, on social media, or in a printed book, excessive indentation makes it hard to share code. I hate horizontal scrolling, so I prefer smaller indentation defaults and (when things get long) breaking longer lines so they remain visible without scrolling.

0 comments on commit 536d4b1

Please sign in to comment.