adding text joiner

This commit is contained in:
Made4Uo
2024-06-23 00:47:12 -07:00
parent 3ca1b7cd02
commit cbb7790e8f
6 changed files with 228 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
{
"trailingComma": "none",
"singleQuote": true
"singleQuote": true,
"endOfLine": "auto"
}