w-vi / apib-mode

Emacs API Blueprint major mode
GNU General Public License v3.0
44 stars 4 forks source link

Forcing tab to use spaces, since drafter doesn't currently support tabs #1

Closed tonyarkles closed 8 years ago

tonyarkles commented 8 years ago

When I first set up apib-mode, I ended up with apib-validate failing because drafter didn't support tab characters for indenting code blocks. This forces apib-mode to use spaces instead, and now drafter and apib-validate work great!

w-vi commented 8 years ago

Good catch, I have indent-tabs-mode nil in all my modes but few selected so didn't catch it.Cheers