Marks the function as a formatter function similar to fmt.Printf:
- Format string will be checked for incorrect usages of formatting verbs like
%s, %d, %v, and others
- Formatting verbs in format string will be highlighted
- Interpolation of final formatted string (code folding) will be enabled when the code folding feature is enabled.