Github user kayousterhout commented on the pull request:
https://github.com/apache/spark/pull/88#issuecomment-38138957
Hey @rezazadeh maybe you're already doing this but I use vi with the
following lines in my .vimrc and find that these handle most style/indentation
issues (not helpful for this change -- but maybe will save you from having to
use an IDE in the future!):
set expandtab
set smartindent
au BufWinEnter * let w:m2=matchadd('ErrorMsg', '\%>100v.\+', -1)
au FileType scala setlocal tabstop=2 shiftwidth=2 tw=100
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---