branch: elpa/editorconfig commit 7c7b1f81f8fac654791fa2b04da55edced2cef33 Author: Troy Brown <brow...@users.noreply.github.com> Commit: GitHub <nore...@github.com>
feat: Add Ada and GPR support. (#348) Co-authored-by: 10sr <8.slas...@gmail.com> --- editorconfig.el | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/editorconfig.el b/editorconfig.el index 029f99e148..07d6820f8d 100644 --- a/editorconfig.el +++ b/editorconfig.el @@ -170,7 +170,9 @@ This hook will be run even when there are no matching sections in "0.5") (defcustom editorconfig-indentation-alist ;; For contributors: Sort modes in alphabetical order - '((apache-mode apache-indent-level) + '((ada-mode ada-indent) + (ada-ts-mode ada-ts-mode-indent-offset) + (apache-mode apache-indent-level) (awk-mode c-basic-offset) (bash-ts-mode sh-basic-offset sh-indentation) @@ -212,6 +214,8 @@ This hook will be run even when there are no matching sections in fsharp-indent-offset) (gdscript-mode gdscript-indent-offset) (go-ts-mode go-ts-mode-indent-offset) + (gpr-mode gpr-indent) + (gpr-ts-mode gpr-ts-mode-indent-offset) (graphql-mode graphql-indent-level) (groovy-mode groovy-indent-offset) (haskell-mode haskell-indent-spaces