turn off reformat on save?

Hi there,

i'll give an example of what bugs me:

var a = {};
      a.b = 0;

save document and it's:

var a = {};
a.b = 0;


How can i turn that off please?

0
Avatar
Permanently deleted user

Is it not possible to configure reformat this way or turn it off on save? Does anyone know?

0

请先登录再写评论。