From 21f293f689217f36e53ba00bc5da9300ad173bc2 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Fri, 6 Oct 2023 13:27:21 +0200 Subject: Add editorconfig files with whitespace settings. --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..3a76da0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +[*] +charset = utf-8 +indent_style = tabs +insert_final_newline = true +trim_trailing_whitespace = true +end_of_line = lf -- cgit v1.2.3