From d597c7a7e614aa3d52e931544b9bb60636b71a1e Mon Sep 17 00:00:00 2001 From: Daniel Mohns Date: Thu, 23 May 2024 13:38:22 +0200 Subject: [PATCH] Add `.editorconfig` --- .editorconfig | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 000000000..30e849c62 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,6 @@ +# EditorConfig is awesome: https://EditorConfig.org + +[*] +# Ensure consistent file encoding in UNIX style +charset = utf-8 +end_of_line = lf