<?xml version="1.0" encoding="UTF-8"?>
<toolSet>
  <tool name="emacs indent" description="Use gnudoit to have emacs indent the buffer and save it in place.  Requires gnuserv." showInMainMenu="true" showInEditor="true" showInProject="true" showInSearchPopup="false" disabled="false" useConsole="false" synchronizeAfterRun="true">
    <exec>
      <option name="COMMAND" value="&lt;emacs_home&gt;\bin\gnudoit.exe" />
      <option name="PARAMETERS" value="(find-file \&quot;&lt;dir_where_project_file_exists_with_forward_slashes&gt;/$/FileRelativePath$\&quot;)   (indent-region (point-min) (point-max) nil)  (save-buffer)  (kill-buffer (current-buffer)) " />
      <option name="WORKING_DIRECTORY" value="&lt;emacs_home&gt;/bin" />
    </exec>
  </tool>
</toolSet>

