branch: scratch/editorconfig-cc
commit b223ab893d57050e26b437bf9332a7f0675c3b87
Author: Jen-Chieh Shen <jcs090...@gmail.com>
Commit: Stefan Monnier <monn...@iro.umontreal.ca>

    feat: Add Zig support (#326)
    
    * feat: Add Zig support
---
 .editorconfig   | 1 -
 editorconfig.el | 3 ++-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.editorconfig b/.editorconfig
index fcc3bdace4..ec5097cf68 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -2,7 +2,6 @@ root = true
 
 [*]
 end_of_line = lf
-
 trim_trailing_whitespace = true
 insert_final_newline = true
 
diff --git a/editorconfig.el b/editorconfig.el
index a62ecc0b41..c884db4bdb 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -257,7 +257,8 @@ This hook will be run even when there are no matching 
sections in
               web-mode-code-indent-offset
               web-mode-script-padding
               web-mode-style-padding)
-    (yaml-mode yaml-indent-offset))
+    (yaml-mode yaml-indent-offset)
+    (zig-mode zig-indent-offset))
   "Alist of indentation setting methods by modes.
 
 Each element looks like (MODE . FUNCTION) or (MODE . INDENT-SPEC-LIST).

Reply via email to