michaelklishin / cucumber.el

Emacs mode for editing Cucumber plain text stories
None!
253 stars 90 forks source link

Indentation fixes #53

Closed mar-kolya closed 10 years ago

mar-kolya commented 10 years ago

The main change here is that it now make more intelligent indentation decisions.

I.e. it'll indent next scenario in the same level as precious one, or 1 step further than previous feature. Similar things work for background and examples.