Skip to content

Instantly share code, notes, and snippets.

View enreeco's full-sized avatar
☁️
Salesforcing...

Enrico Murru enreeco

☁️
Salesforcing...
View GitHub Profile
@tommyilpazzo
tommyilpazzo / reg_replace.sublime-settings
Created March 8, 2017 13:55
Sublime: RegReplace Settings
{
////////////////////////////////////////////////////////////////
// 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.