feat: conf toegevoegd
This commit is contained in:
+1
-1
@@ -1985,7 +1985,7 @@ function isEditableSelection(item) {
|
||||
if (lower === "dockerfile" || lower === "containerfile") {
|
||||
return true;
|
||||
}
|
||||
return [".txt", ".log", ".md", ".yml", ".yaml", ".json", ".js", ".py", ".css", ".html"].some((suffix) => lower.endsWith(suffix));
|
||||
return [".txt", ".log", ".md", ".yml", ".yaml", ".json", ".js", ".py", ".css", ".html", ".conf"].some((suffix) => lower.endsWith(suffix));
|
||||
}
|
||||
|
||||
function formatBinarySize(bytes) {
|
||||
|
||||
Reference in New Issue
Block a user