I have adapted the new-line-char to the codebase. But I am not sure if this is the right thing to do.

This commit is contained in:
vorotamoroz
2024-11-12 01:04:46 +00:00
parent 4d302aff9d
commit 9ec7b809a9

View File

@@ -1,6 +1,7 @@
{ {
"trailingComma": "es5", "trailingComma": "es5",
"tabWidth": 4, "tabWidth": 4,
"printWidth": 120, "printWidth": 120,
"semi": true "semi": true,
"endOfLine": "crlf"
} }