]> rtime.felk.cvut.cz Git - pes-rpp/rpp-lib.git/blobdiff - .dir-locals.el
Set tab width for Emacs the same way as it is in CCS studio
[pes-rpp/rpp-lib.git] / .dir-locals.el
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644 (file)
index 0000000..f3f771a
--- /dev/null
@@ -0,0 +1,6 @@
+((nil
+  (tab-width . 4))
+ (c-mode
+  (indent-tabs-mode . t)
+  (c-basic-offset . 4)
+  (c-file-style . "linux")))