From 5282022a1bf434e920b1458445ab3ca1d1fa694a Mon Sep 17 00:00:00 2001 From: ismay Date: Thu, 22 Mar 2018 11:24:13 +0100 Subject: [PATCH 1/2] Enforce use of tabs with editorconfig --- .editorconfig | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..bb2ced2 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,12 @@ +# For more information about the properties used in +# this file, please see the EditorConfig documentation: +# http://editorconfig.org/ + +root = true + +[*] +indent_style = tab +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true From 2901e8f9f783e9fc7f7c6d7c07e9d1d80f2ec32f Mon Sep 17 00:00:00 2001 From: ismay Date: Thu, 22 Mar 2018 11:24:37 +0100 Subject: [PATCH 2/2] Use tabs for indentation --- decoy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/decoy b/decoy index 5c6c09c..fe6038f 100644 --- a/decoy +++ b/decoy @@ -1 +1 @@ - 3.1415926535898 + 3.1415926535898