Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public enum StandardFileType implements FileType {
TXT("Plain Text", "txt"),
XML("XML", "xml"),
XMP("XMP", "xmp"),
YAML("YAML Markup", "yaml"),
YAML("YAML Markup", "yml", "yaml"),
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The pull request title should contain a short title of the issue fixed or what the PR addresses, not just 'Fix issue xyz'. This ensures clarity and context for the changes made.

ZIP("Zip Archive", "zip");

private final List<String> extensions;
Expand Down