[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/editorconfig 6b85f0475f: feat: Add Zig support (#326)
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/editorconfig 6b85f0475f: feat: Add Zig support (#326) |
Date: |
Mon, 18 Mar 2024 18:59:43 -0400 (EDT) |
branch: elpa/editorconfig
commit 6b85f0475f01ff97f3233acb68e2646d2ca32a91
Author: Jen-Chieh Shen <jcs090218@gmail.com>
Commit: GitHub <noreply@github.com>
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 f6d009d2cd..81e5e90d5b 100644
--- a/editorconfig.el
+++ b/editorconfig.el
@@ -316,7 +316,8 @@ This hook will be run even when there are no matching
sections in
web-mode-script-padding
web-mode-style-padding)
(yaml-mode yaml-indent-offset)
- (yaml-ts-mode yaml-indent-offset))
+ (yaml-ts-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).
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [nongnu] elpa/editorconfig 6b85f0475f: feat: Add Zig support (#326),
ELPA Syncer <=