Quellcode durchsuchen

Match .inc as a header extension

default_compile_flags
vector-of-bool vor 4 Jahren
Ursprung
Commit
9b01087a92
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      src/dds/source/file.cpp

+ 1
- 0
src/dds/source/file.cpp Datei anzeigen

@@ -18,6 +18,7 @@ std::optional<source_kind> dds::infer_source_kind(path_ref p) noexcept {
".hh",
".hpp",
".hxx",
".inc",
".inl",
".ipp",
};

Laden…
Abbrechen
Speichern