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 3e81bb1 commit ce0bc85Copy full SHA for ce0bc85
include/lsp-plug.in/fmt/config/types.h
@@ -56,6 +56,7 @@ namespace lsp
56
SF_COMMENT = 1 << 9, //!< SF_COMMENT Parameter has comment
57
SF_TYPE_SET = 1 << 10, //!< SF_TYPE_SET Explicitly specify type
58
SF_DECIBELS = 1 << 11, //!< SF_DECIBELS Serialize value as decibels
59
+ SF_FRIENDLY = 1 << 12, //!< SF_FRIENDLY User-friendly values
60
};
61
62
/**
0 commit comments