On Apr 13, 2016 5:52 PM, "Andres Gomez" <[email protected]> wrote: > > Based on current conventions at .editorconfig > > Signed-off-by: Andres Gomez <[email protected]> > --- > .dir-locals.el | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > create mode 100644 .dir-locals.el > > diff --git a/.dir-locals.el b/.dir-locals.el > new file mode 100644 > index 0000000..d16914b > --- /dev/null > +++ b/.dir-locals.el > @@ -0,0 +1,12 @@ > +((nil . ((indent-tabs-mode . t) > + (tab-width . 8))) > + (prog-mode . > + ((c-file-style . "linux"))) > + (cmake-mode . > + ((cmake-tab-width . 8))) > + (python-mode . > + ((indent-tabs-mode . nil) > + (tab-width . 4) > + (eval . (progn > + (add-to-list 'write-file-functions 'delete-trailing-whitespace)))))
Definitely not. Showing trailing whitespace seems fine though. > + ) > -- > 2.8.0.rc3 > > _______________________________________________ > Piglit mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/piglit
_______________________________________________ Piglit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/piglit
