From 7d14ee03e9fdad3736f14748115ad5a55c0dcd53 Mon Sep 17 00:00:00 2001 From: uakci Date: Sat, 13 Apr 2024 13:48:55 +0000 Subject: init --- .editorconfig | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a78447e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +[*] +charset = utf-8 +insert_final_newline = true +end_of_line = lf +indent_style = space +indent_size = 2 +max_line_length = 80 \ No newline at end of file -- cgit v1.2.3