From 63019e90fb385cbccb43b6616215862fe96928fc Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 02:29:14 +0100 Subject: Added editor-config file. Source files are meant to be indented 4 spaces. This makes sure files are displayed correctly in GitHub. --- .editorconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..7fa0940 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +# Top-most EditorConfig file +root = true + +# Apply to all file types +[*] +end_of_line = lf +charset = utf-8 +indent_style = tabs +indent_size = 4 +rulers = 80 -- cgit v1.2.1