Skip to content

Commit

Permalink
feat: sort modes in alphabetical order (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck committed May 12, 2024
1 parent e0efaf1 commit 6ac848e
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions editorconfig.el
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ This hook will be run even when there are no matching sections in
;; For contributors: Sort modes in alphabetical order
'((apache-mode apache-indent-level)
(awk-mode c-basic-offset)
(bash-ts-mode sh-basic-offset
sh-indentation)
(bpftrace-mode c-basic-offset)
(c++-mode c-basic-offset)
(c++-ts-mode c-basic-offset
Expand Down Expand Up @@ -219,9 +221,9 @@ This hook will be run even when there are no matching sections in
fsharp-indent-level
fsharp-indent-offset)
(gdscript-mode gdscript-indent-offset)
(go-ts-mode go-ts-mode-indent-offset)
(graphql-mode graphql-indent-level)
(groovy-mode groovy-indent-offset)
(go-ts-mode go-ts-mode-indent-offset)
(haskell-mode haskell-indent-spaces
haskell-indent-offset
haskell-indentation-layout-offset
Expand Down Expand Up @@ -291,14 +293,13 @@ This hook will be run even when there are no matching sections in
(scss-mode css-indent-offset)
(sgml-mode sgml-basic-offset)
(sh-mode sh-basic-offset sh-indentation)
(svelte-mode svelte-basic-offset)
(swift-mode swift-mode:basic-offset)
(bash-ts-mode sh-basic-offset sh-indentation)
(slim-mode slim-indent-offset)
(sml-mode sml-indent-level)
(svelte-mode svelte-basic-offset)
(swift-mode swift-mode:basic-offset)
(terra-mode terra-indent-level)
(tcl-mode tcl-indent-level
tcl-continued-indent-level)
(terra-mode terra-indent-level)
(toml-ts-mode toml-ts-mode-indent-offset)
(typescript-mode typescript-indent-level)
(typescript-ts-base-mode typescript-ts-mode-indent-offset)
Expand Down

0 comments on commit 6ac848e

Please sign in to comment.