turn off reformat on save? Follow Nils Poltoraczyk | Bayer und Preuss Created August 06, 2013 15:48 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?
Is it not possible to configure reformat this way or turn it off on save? Does anyone know?