feat: use consistent line ending (#1407)

This commit is contained in:
Manuel
2024-11-03 00:44:34 +01:00
committed by GitHub
parent 34506b6339
commit 0c067c4e6f
2 changed files with 2 additions and 0 deletions

1
.gitattributes vendored Normal file
View File

@@ -0,0 +1 @@
* text eol=lf

View File

@@ -26,6 +26,7 @@ const config = {
},
},
],
endOfLine: "lf",
};
export default config;