Skip to content

Commit 1c75586

Browse files
committed
move after line 108, add clcpp as well
1 parent 69825a4 commit 1c75586

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/clang-format/git-clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@ def main():
106106
"c++m", # C++ Modules
107107
"cu",
108108
"cuh", # CUDA
109+
"cl", # OpenCL
109110
# Other languages that clang-format supports
110111
"proto",
111112
"protodevel", # Protocol Buffers
@@ -126,7 +127,6 @@ def main():
126127
"pb.txt",
127128
"textproto",
128129
"asciipb", # TextProto
129-
"cl", # OpenCL
130130
]
131131
)
132132

0 commit comments

Comments
 (0)