From edee755fbbb971f035a7e5d96e3c00be62620ce6 Mon Sep 17 00:00:00 2001 From: Antia Anderson Date: Sat, 15 Aug 2026 04:17:38 -0400 Subject: Inital work on the Java port of the compiler Signed-off-by: Antia Anderson --- .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..384ea47 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +[*] +indent_style = tab +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true -- cgit v1.2.3