diff options
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.el | 10 |
1 files changed, 0 insertions, 10 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 deleted file mode 100644 index b8c8f1e74..000000000 --- a/fluent-bit/lib/librdkafka-2.1.0/.dir-locals.el +++ /dev/null @@ -1,10 +0,0 @@ -((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"))) |