From 1852910ef0fd7393da62b88aee66ee092208748e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 12:41:58 +0200 Subject: Adding upstream version 5.3.1. Signed-off-by: Daniel Baumann --- .dir-locals.el | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .dir-locals.el (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el new file mode 100644 index 0000000..e0bab75 --- /dev/null +++ b/.dir-locals.el @@ -0,0 +1,10 @@ +;; emacs local configuration settings for knot-resolver source +;; surmised by dkg on 2016-04-02 23:46:50-0300 +;; SPDX-License-Identifier: GPL-3.0-or-later + +((c-mode + (indent-tabs-mode . t) + (tab-width . 8) + (c-basic-offset . 8) + (c-file-style . "linux")) + ) -- cgit v1.2.3