summaryrefslogtreecommitdiffstats
path: root/src/fluent-bit/lib/librdkafka-2.1.0/.dir-locals.el
blob: b8c8f1e744b9ae19721bb14ca197a8e42dc63a19 (plain)
1
2
3
4
5
6
7
8
9
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")))