Skip to content

Commit 698a601

Browse files
committedMar 28, 2022
Reformat source code
1 parent 535b685 commit 698a601

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed
 

‎language-id.el

+8-3
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,10 @@
4242
;; In this case, the only way to correctly identify Cuda is by
4343
;; looking at the extension.
4444
("Cuda"
45-
(c++-mode (language-id--file-name-extension ".cu"))
46-
(c++-mode (language-id--file-name-extension ".cuh")))
45+
(c++-mode
46+
(language-id--file-name-extension ".cu"))
47+
(c++-mode
48+
(language-id--file-name-extension ".cuh")))
4749

4850
;; json-mode is derived from javascript-mode.
4951
("JSON5"
@@ -156,7 +158,10 @@
156158
("Haskell" haskell-mode)
157159
("HCL" hcl-mode)
158160
("HTML"
159-
html-helper-mode mhtml-mode html-mode nxhtml-mode
161+
html-helper-mode
162+
mhtml-mode
163+
html-mode
164+
nxhtml-mode
160165
(web-mode
161166
(web-mode-content-type "html")
162167
(web-mode-engine "none")))

0 commit comments

Comments
 (0)
Please sign in to comment.