From 561874f8fa0b0bb3fc04e1e16d8601e53fab1902 Mon Sep 17 00:00:00 2001 From: "B. Bergeron" Date: Tue, 25 Mar 2025 01:17:02 -0400 Subject: Initial commit --- .editorconfig | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..316e750 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +indent_style=tab +charset = utf-8 +trim_trailing_whitespace = true -- cgit v1.2.3