Skip to content

Commit c77ba14

Browse files
authored
Add support for Swift indentation (#4783)
1 parent a0455e1 commit c77ba14

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lsp-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6248,6 +6248,7 @@ one or more symbols, and STRUCTURE should be compatible with
62486248
(scala-mode . scala-indent:step) ; Scala
62496249
(sgml-mode . sgml-basic-offset) ; SGML
62506250
(sh-mode . sh-basic-offset) ; Shell Script
6251+
(swift-mode . swift-mode:basic-offset) ; Swift
62516252
(toml-ts-mode . toml-ts-mode-indent-offset)
62526253
(typescript-mode . typescript-indent-level) ; Typescript
62536254
(typescript-ts-mode . typescript-ts-mode-indent-offset) ; Typescript (tree-sitter, Emacs29)

0 commit comments

Comments
 (0)