Add Emacs configuration

master
crudo 2018-04-19 14:01:31 +02:00
Parent 7351fe3092
révision d483771d9e
1 fichiers modifiés avec 9 ajouts et 0 suppressions

9
.dir-locals.el 100644
Voir le fichier

@ -0,0 +1,9 @@
(
(nil . (
(whitespace-style . (face
tabs tab-mark indentation::tab
spaces space-mark indentation::space
newline newline-mark
trailing))
))
)