From 93b78cd425271c8785992965332912934214cacc Mon Sep 17 00:00:00 2001 From: Joseph Walton-Rivers <joseph@walton-rivers.uk> Date: Mon, 19 Jul 2021 09:42:10 +0100 Subject: [PATCH] add editorconfig --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..d2bd24b --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# Editorconfig +# see https://EditorConfig.org + +root = True + +[*] +end_of_line = lf +insert_final_newline = true + +[*.{cpp,h,hpp}] +charset = utf-8 -- GitLab