From 106e01f36fa8dd9bc3eb3a1411bd011a618a2836 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 23 May 2026 16:27:01 +0900 Subject: chore: add editor/toolchain config --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..6646a90 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true +indent_style = space +indent_size = 4 + +[*.md] +trim_trailing_whitespace = false -- cgit v1.3.1