summaryrefslogtreecommitdiffstats
path: root/fluent-bit/lib/librdkafka-2.1.0/.dir-locals.el
diff options
context:
space:
mode:
Diffstat (limited to 'fluent-bit/lib/librdkafka-2.1.0/.dir-locals.el')
-rw-r--r--fluent-bit/lib/librdkafka-2.1.0/.dir-locals.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/fluent-bit/lib/librdkafka-2.1.0/.dir-locals.el b/fluent-bit/lib/librdkafka-2.1.0/.dir-locals.el
new file mode 100644
index 000000000..b8c8f1e74
--- /dev/null
+++ b/fluent-bit/lib/librdkafka-2.1.0/.dir-locals.el
@@ -0,0 +1,10 @@
+((nil
+ (compile-command . "LC_ALL=C make -C $(git rev-parse --show-toplevel) -kw -j"))
+ (c-mode
+ (c-file-style . "linux")
+ (tab-width . 8)
+ (indent-tabs-mode . nil))
+)
+
+(if (file-exists-p (concat (dir-locals-find-file "./") "TAGS"))
+ (visit-tags-table (concat (dir-locals-find-file "./") "TAGS")))