From 114d1f074e30483b0fddd9a4cc45572b8c070797 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sat, 18 Oct 2025 22:31:25 +0900 Subject: first commit --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e291365 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +charset = utf-8 +indent_style = space +indent_size = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true -- cgit v1.2.3-70-g09d2