vault backup: 2025-09-05 15:41:35

This commit is contained in:
2025-09-05 15:41:35 -04:00
parent 04130e922c
commit c69536555b
8 changed files with 286 additions and 52 deletions
+5
View File
@@ -24,3 +24,8 @@ Always split on certain syntax:
Conditionally split in other cases
to prevent column overflow
```
(?<=\.) (?=.{30,})
(?<=,) (?=.{30,})
```