branch: elpa/editorconfig commit 6b85f0475f01ff97f3233acb68e2646d2ca32a91 Author: Jen-Chieh Shen <jcs090...@gmail.com> Commit: GitHub <nore...@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).