jdl-studio icon indicating copy to clipboard operation
jdl-studio copied to clipboard

Tabs to spaces

Open yelhouti opened this issue 5 years ago • 1 comments

The editor should convert any tab I enter t 4 spaces to matches what is resulting from 'enter' that automatically indent with for spaces after an open bracket

yelhouti avatar Jan 13 '20 00:01 yelhouti

This can be done using autoformatting, in v2 this should be easy to implement https://github.com/artf/codemirror-formatting/blob/master/formatting.js

deepu105 avatar Sep 11 '20 14:09 deepu105