From a9dc41fc741d8c4da4e1037e9a7f5071c9a1c79b Mon Sep 17 00:00:00 2001 From: TAKAHASHI Shuuji Date: Thu, 20 Feb 2025 13:36:48 +0900 Subject: [PATCH] chore: introduce editorconfig --- .editorconfig | 4 ++++ biome.json | 4 +--- 2 files changed, 5 insertions(+), 3 deletions(-) create mode 100644 .editorconfig 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,