diff options
| author | Po Lu | 2024-05-14 22:15:38 +0800 |
|---|---|---|
| committer | Po Lu | 2024-05-14 22:15:38 +0800 |
| commit | 52287b8697fddfee08d362e02605a69e3c3faccd (patch) | |
| tree | 13398a74e293069cc8998930e80942a48d8b2474 | |
| parent | a39a8060124a5c9390cab186dece82ea35164f70 (diff) | |
| download | emacs-52287b8697fddfee08d362e02605a69e3c3faccd.tar.gz emacs-52287b8697fddfee08d362e02605a69e3c3faccd.zip | |
; * .dir-locals.el (c-mode): Designate INLINE_HEADER_* as noise macros.
| -rw-r--r-- | .dir-locals.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.dir-locals.el b/.dir-locals.el index b34949ae961..2339a0f59ca 100644 --- a/.dir-locals.el +++ b/.dir-locals.el | |||
| @@ -18,7 +18,8 @@ | |||
| 18 | (c-mode . ((c-file-style . "GNU") | 18 | (c-mode . ((c-file-style . "GNU") |
| 19 | (c-noise-macro-names . ("INLINE" "NO_INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED" | 19 | (c-noise-macro-names . ("INLINE" "NO_INLINE" "ATTRIBUTE_NO_SANITIZE_UNDEFINED" |
| 20 | "UNINIT" "CALLBACK" "ALIGN_STACK" "ATTRIBUTE_MALLOC" | 20 | "UNINIT" "CALLBACK" "ALIGN_STACK" "ATTRIBUTE_MALLOC" |
| 21 | "ATTRIBUTE_DEALLOC_FREE" "ANDROID_EXPORT" "TEST_STATIC")) | 21 | "ATTRIBUTE_DEALLOC_FREE" "ANDROID_EXPORT" "TEST_STATIC" |
| 22 | "INLINE_HEADER_BEGIN" "INLINE_HEADER_END")) | ||
| 22 | (electric-quote-comment . nil) | 23 | (electric-quote-comment . nil) |
| 23 | (electric-quote-string . nil) | 24 | (electric-quote-string . nil) |
| 24 | (indent-tabs-mode . t) | 25 | (indent-tabs-mode . t) |