summaryrefslogtreecommitdiffstats
path: root/.dir-locals.el
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2023-04-18 11:12:58 +0200
committerChristian Hopps <chopps@labn.net>2023-04-18 11:18:26 +0200
commit960ab543cf3c6c2cffc587da8bbe3f25515c9abe (patch)
tree624e333114b025bdd24a3ddd115652ace709319d /.dir-locals.el
parentMerge pull request #13319 from anlancs/pimd-wrong-comment-nht (diff)
downloadfrr-960ab543cf3c6c2cffc587da8bbe3f25515c9abe.tar.xz
frr-960ab543cf3c6c2cffc587da8bbe3f25515c9abe.zip
style: add format checker config that matches FRR style standards
Also move .dir-locals.el to a sample file. This file should not be in the repository as it affects the user's ability to modify it. Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to '.dir-locals.el')
-rw-r--r--.dir-locals.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/.dir-locals.el b/.dir-locals.el
deleted file mode 100644
index b2d7cf376..000000000
--- a/.dir-locals.el
+++ /dev/null
@@ -1,8 +0,0 @@
-;;; Directory Local Variables
-;;; For more information see (info "(emacs) Directory Variables")
-;;; Match project coding conventions
-
-((c-mode . ((indent-tabs-mode . t)
- (show-trailing-whitespace . t)
- (c-basic-offset . 8)))
- (json-mode . ((js-indent-level 4))))