Add 'tabsize' property to Source Editors.

This commit is contained in:
Ernie Pasveer
2022-12-17 12:08:53 -06:00
parent 20d6ae0e3b
commit fada2c5775
+7
View File
@@ -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(?=([^\"]*\"[^\"]*\")*[^\"]*$)"