diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..9cc8d5b --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Enforce LF line endings for all text files +* text=auto eol=lf + diff --git a/.prettierrc.json b/.prettierrc.json index 6c36d55..4ba6ca3 100644 --- a/.prettierrc.json +++ b/.prettierrc.json @@ -1,4 +1,5 @@ { + "endOfLine": "lf", "singleQuote": true, "trailingComma": "none", "overrides": [