11

I use the pager most

It's pain to see diff output with tabsize=8. How can I specify tabsize==2 ?

@@ -48,6 +49,7 @@
                                                <div class="content_inner">
                                                        <%= yield %>
                                                        <div class="clear"></div>
+              <%= render "emoticons/menu" %>
                                                </div>
                                        </div>
                                        <div class="clear"></div>
zuba
  • 1,488
  • 1
  • 17
  • 50

1 Answers1

17

For a less pager, you can update the pager

git config --global core.pager 'less -x2'

You can do the same with mostif this one has an option to change the tab size

krampstudio
  • 3,519
  • 2
  • 43
  • 63