3 lines
97 B
Python
3 lines
97 B
Python
EXTENSIONS_TO_CHECK = set(
|
|
(".h", ".hpp", ".cpp", ".m", ".mm", ".pch", ".swift", ".proto")
|
|
)
|