diff --git a/.oxfmtrc.json b/.oxfmtrc.json index 98859c34..988352d8 100644 --- a/.oxfmtrc.json +++ b/.oxfmtrc.json @@ -1,5 +1,6 @@ { - "$schema": "./node_modules/oxfmt/configuration_schema.json", - "printWidth": 120, - "useTabs": true + "$schema": "./node_modules/oxfmt/configuration_schema.json", + "printWidth": 120, + "useTabs": true, + "endOfLine": "lf" }