[PATCH] First cut on project emacs settings
Kenth Eriksson
kenth.eriksson at infinera.com
Tue Jun 11 16:12:42 CEST 2019
Signed-off-by: Kenth Eriksson <kenth.eriksson at infinera.com>
---
.dir-locals.el | 6 ++++++
1 file changed, 6 insertions(+)
create mode 100644 .dir-locals.el
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 00000000..98b38690
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,6 @@
+; Bird project coding conventions
+
+((c-mode
+ (c-file-style . "BSD")
+ (c-basic-offset . 2)
+ (show-trailing-whitespace . t)))
--
2.21.0
More information about the Bird-users
mailing list