<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
    <key>commands</key>
    <array>
        <dict>
            <key>argument</key>
            <dict>
                <key>action</key>
                <string>replaceAll</string>
                <key>findInProjectIgnoreCase</key>
                <false/>
                <key>findString</key>
                <string>[\t ]+$</string>
                <key>ignoreCase</key>
                <true/>
                <key>regularExpression</key>
                <true/>
                <key>replaceAllScope</key>
                <string>document</string>
                <key>wrapAround</key>
                <true/>
            </dict>
            <key>command</key>
            <string>findWithOptions:</string>
        </dict>
    </array>
    <key>keyEquivalent</key>
    <string>^~@j</string>
    <key>name</key>
    <string>remove space at end of line</string>
    <key>uuid</key>
    <string>A85705DE-5520-4286-A4E5-DD8B8CB25897</string>
</dict>
</plist>