all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* bug#35224: [PATCH] include indentation size in .dir-locals
@ 2019-04-11  1:10 Konstantin Kharlamov
  2019-04-11  2:16 ` Basil L. Contovounesios
  0 siblings, 1 reply; 10+ messages in thread
From: Konstantin Kharlamov @ 2019-04-11  1:10 UTC (permalink / raw)
  To: 35224

* .dir-locals.el (c-mode): include indentation size
---
 .dir-locals.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.dir-locals.el b/.dir-locals.el
index 9cd39920c23..657ac32d00f 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -3,6 +3,7 @@
          (fill-column . 70)))
  (c-mode . ((c-file-style . "GNU")
             (c-noise-macro-names . ("INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED" "UNINIT" "CALLBACK" "ALIGN_STACK"))
+            (c-basic-offset . 2)
             (electric-quote-comment . nil)
             (electric-quote-string . nil)))
  (objc-mode . ((c-file-style . "GNU")
-- 
2.21.0






^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2019-06-23 17:42 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-11  1:10 bug#35224: [PATCH] include indentation size in .dir-locals Konstantin Kharlamov
2019-04-11  2:16 ` Basil L. Contovounesios
2019-04-11  6:24   ` Konstantin Kharlamov
2019-04-11 10:26     ` Basil L. Contovounesios
2019-04-11 10:39       ` Konstantin Kharlamov
2019-04-11 10:58         ` Basil L. Contovounesios
2019-04-11 13:30           ` Eli Zaretskii
2019-06-23 17:42             ` Lars Ingebrigtsen
2019-04-11 13:56           ` Konstantin Kharlamov
2019-04-11 15:22             ` Basil L. Contovounesios

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.