chore: end of line in oxfmtrc

This commit is contained in:
Nicolas Meienberger 2026-01-06 18:35:25 +01:00
parent f0e956783a
commit 9c253cce2c

View file

@ -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"
}