This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
//////////////////////////////////////////////////////////////// | |
// See reg_replace_rules.sublime-settings for regex rules. | |
//////////////////////////////////////////////////////////////// | |
// Use sub notify if available | |
"use_sub_notify": true, | |
// If on_save is true, RegReplace will search through the file patterns listed below right before a file is saved, | |
// if the file name matches a file pattern, the sequence will be applied before the file is saved. |
OlderNewer