diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..4f13c86 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,9 @@ +( + (nil . ( + (whitespace-style . (face + tabs tab-mark indentation::tab + spaces space-mark indentation::space + newline newline-mark + trailing)) + )) + )