diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..1716e26 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,4 @@ +[*] +end_of_line = lf +indent_style = space +max_line_length = 80 diff --git a/biome.json b/biome.json index 49257bb..42b47ab 100644 --- a/biome.json +++ b/biome.json @@ -28,9 +28,7 @@ } }, "formatter": { - "indentStyle": "space", - "lineWidth": 80, - "lineEnding": "lf" + "useEditorconfig": true }, "vcs": { "enabled": true,