shreyasbharath/cpp_dependency_graph

View on GitHub
lib/cpp_dependency_graph/config.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

# Configuration data for project
module Config
  def source_file_extensions
    '.{h,hpp,hxx,c,cpp,cxx,cc}'
  end
end