Edit the inf file to include the path to your MMEditPlus.exe
Place the dll and inf files into a folder named nppMM inside the plugins folder.
It is difficult to edit the inf file once it's placed in the Program Files folders!

Exe Path = C:\Program Files (x86)\CCom\MMedit\MMEditPlus.exe
VR Shortcut = alt 121
Format Shortcut = alt 122
Indent = 1
Tab size = 2
Suppress format error = 0

For the two shortcuts, alt, ctrl or shft do as expected.
The number represents the ascii value of the key eg 65 for 'A'
Function keys start at 112 for F1
In the sample above, 
Variable report hotkey is alt-F10 and
Format hotkey is alt-F11

Indent of 1 causes all normal lines to start 1 tab=stop in.
FUNCTION etc start full left.

Tab stop sets the number of spaces used for an indent.

A popup error mesage appears for the first detected formatting error.
It shows the starting line of the suspect function.
The error may also be in the main code before the function.
To suppress the message, change the line to:

Suppress format error = 1
