Playmaker editor settings are saved as EditorPrefs.
For example:
EditorPrefs.SetBool("PlayMaker.EnableLogging", true);
You could write a small editor script to enforce these settings across the team.
Let me know if you need more EditorPref keys.
Or you could use .NET Reflector or equivalent to inspect the FsmEditorSettings class which stores all the editor settings.