13
1
Fork 0

Add Emacs configuration

master
crudo 2018-04-19 14:01:31 +02:00
commit d483771d9e
1 arquivos alterados com 9 adições e 0 exclusões

9
.dir-locals.el 100644
Ver arquivo

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