insert phantom space after some more characters

This commit is contained in:
Helium314 2023-07-21 18:20:31 +02:00
parent ac2564e50a
commit 72dac6a9ea

View file

@ -25,7 +25,7 @@
<!-- Symbols that are normally preceded by a space (used to add an auto-space before these) --> <!-- Symbols that are normally preceded by a space (used to add an auto-space before these) -->
<string name="symbols_preceded_by_space">([{&amp;</string> <string name="symbols_preceded_by_space">([{&amp;</string>
<!-- Symbols that are normally followed by a space (used to add an auto-space after these) --> <!-- Symbols that are normally followed by a space (used to add an auto-space after these) -->
<string name="symbols_followed_by_space">.,;:!?)]}&amp;</string> <string name="symbols_followed_by_space">.,;:!?)]}&amp;$€£</string>
<!-- Symbols that behave like a single punctuation when typed next to each other --> <!-- Symbols that behave like a single punctuation when typed next to each other -->
<string name="symbols_clustering_together"></string> <string name="symbols_clustering_together"></string>
<!-- Symbols that separate words --> <!-- Symbols that separate words -->