[Piglit] [PATCH] dir-locals.el: Added emacs setup based
Andres Gomez
agomez at igalia.com
Wed Apr 13 21:51:47 UTC 2016
Based on current conventions at .editorconfig
Signed-off-by: Andres Gomez <agomez at igalia.com>
---
.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)))))
+ )
--
2.8.0.rc3
More information about the Piglit
mailing list