Joseph Kesselman <kesh...@alum.mit.edu> wrote: > Re "IDE droppings"... My experience is that they can actually be useful in > expressing things like preferred code formatting style in > importable/executable form. (I'd rather have a standard cross-editor way if > representing that, but I don't know of one.)
You could take a look at EditorConfig: https://editorconfig.org/ Nils.