diff options
Diffstat (limited to 'tooling/prettier/index.js')
| -rw-r--r-- | tooling/prettier/index.js | 1 |
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; |
