aboutsummaryrefslogtreecommitdiffstats
path: root/tooling/prettier
diff options
context:
space:
mode:
Diffstat (limited to 'tooling/prettier')
-rw-r--r--tooling/prettier/index.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/tooling/prettier/index.js b/tooling/prettier/index.js
index 08618ae6..bfc96896 100644
--- a/tooling/prettier/index.js
+++ b/tooling/prettier/index.js
@@ -31,6 +31,7 @@ const config = {
],
importOrderParserPlugins: ["typescript", "jsx", "decorators-legacy"],
importOrderTypeScriptVersion: "4.4.0",
+ endOfLine: "auto",
};
export default config;