mirror of
https://github.com/epasveer/seer.git
synced 2026-08-29 08:34:42 +08:00
Add 'tabsize' property to Source Editors.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
|
||||
|
||||
Use this regex to replace a string '\t' with a real tab ^I character, as long as it doesn't appear in "" quotes.
|
||||
|
||||
"\\\\t(?=([^\"]*\"[^\"]*\")*[^\"]*$)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user