summaryrefslogtreecommitdiff
path: root/elpa/irony-20220110.849/.dir-locals.el
diff options
context:
space:
mode:
authormattkae <mattkae@protonmail.com>2022-05-11 09:23:58 -0400
committermattkae <mattkae@protonmail.com>2022-05-11 09:23:58 -0400
commit3f4a0d5370ae6c34afe180df96add3b8522f4af1 (patch)
treeae901409e02bde8ee278475f8cf6818f8f680a60 /elpa/irony-20220110.849/.dir-locals.el
initial commit
Diffstat (limited to 'elpa/irony-20220110.849/.dir-locals.el')
-rw-r--r--elpa/irony-20220110.849/.dir-locals.el10
1 files changed, 10 insertions, 0 deletions
diff --git a/elpa/irony-20220110.849/.dir-locals.el b/elpa/irony-20220110.849/.dir-locals.el
new file mode 100644
index 0000000..5e9bd93
--- /dev/null
+++ b/elpa/irony-20220110.849/.dir-locals.el
@@ -0,0 +1,10 @@
+((nil
+ (indent-tabs-mode . nil))
+ (c++-mode
+ (c-basic-offset . 2)
+ (c-file-style . "gnu")
+ (eval . (c-set-offset 'innamespace 0))))
+
+;; Local Variables:
+;; no-byte-compile: t
+;; End