Compilation: Use a better canonical file extension for header files.
This commit is contained in:
@@ -5916,9 +5916,9 @@ pub const FileExt = enum {
|
||||
.cpp => ".cpp",
|
||||
.cu => ".cu",
|
||||
.h => ".h",
|
||||
.hpp => ".h",
|
||||
.hm => ".h",
|
||||
.hmm => ".h",
|
||||
.hpp => ".hpp",
|
||||
.hm => ".hm",
|
||||
.hmm => ".hmm",
|
||||
.m => ".m",
|
||||
.mm => ".mm",
|
||||
.ll => ".ll",
|
||||
|
||||
Reference in New Issue
Block a user