From 318db06a494fa8a707aa04eab029abb74932885e Mon Sep 17 00:00:00 2001 From: nsfisis Date: Wed, 20 Aug 2025 00:26:48 +0900 Subject: chore: add .editorconfig --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..13a634c --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*] +charset = utf-8 +end_of_line = lf +indent_size = 4 +indent_style = space +insert_final_newline = true +max_line_length = 120 +trim_trailing_whitespace = true -- cgit v1.2.3-70-g09d2