We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a94e976 commit 79678f2Copy full SHA for 79678f2
1 file changed
src/EmptyFiles/FileExtensions.cs
@@ -130,6 +130,7 @@ public static void AddTextExtensions(IEnumerable<string> extensions)
130
"coffee",
131
"coffeekup",
132
"conf",
133
+ "config",
134
"cp",
135
"cpp",
136
"cpt",
@@ -414,4 +415,4 @@ public static void AddTextExtensions(IEnumerable<string> extensions)
414
415
};
416
417
public static IEnumerable<string> TextExtensions => textExtensions;
-}
418
+}
0 commit comments