diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..07764a78d --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text eol=lf \ No newline at end of file diff --git a/tooling/prettier/index.mjs b/tooling/prettier/index.mjs index 06a15ac4c..5a82b1ec7 100644 --- a/tooling/prettier/index.mjs +++ b/tooling/prettier/index.mjs @@ -26,6 +26,7 @@ const config = { }, }, ], + endOfLine: "lf", }; export default config;