ignoreFileCommentDirective
Text directive for ignoring formatting a whole file.
Default is "malva-ignore-file",
but if you’re using as a dprint plugin, it will be "dprint-ignore-file".
Example
/* malva-ignore-file */
a,b{
width : 0;
}