Skip to content

Commit 79678f2

Browse files
authored
Add config as text extension (#110)
1 parent a94e976 commit 79678f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/EmptyFiles/FileExtensions.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ public static void AddTextExtensions(IEnumerable<string> extensions)
130130
"coffee",
131131
"coffeekup",
132132
"conf",
133+
"config",
133134
"cp",
134135
"cpp",
135136
"cpt",
@@ -414,4 +415,4 @@ public static void AddTextExtensions(IEnumerable<string> extensions)
414415
};
415416

416417
public static IEnumerable<string> TextExtensions => textExtensions;
417-
}
418+
}

0 commit comments

Comments
 (0)