TehShrike / deepmerge

A library for deep (recursive) merging of Javascript objects
MIT License
2.75k stars 216 forks source link

use 4-space indentation in code examples for consistency #174

Closed midnightcodr closed 4 years ago

TehShrike commented 4 years ago

Thanks, but I prefer being consistent on using tabs for indentation.

One way that you can get Github to display less-wide indentation is to install Refined Github

midnightcodr commented 4 years ago

In the README.md file you use 8-space for indentation for code examples before customMerge while 4-space after that. I am fine with tab as long you can keep the spacing consistent.

TehShrike commented 4 years ago

Good catch, looks like there are spaces used for indentation in that one example. I'll fix that.