From b3fe9dae1e6fb277d29c04ef4f485ad2def680a2 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Sun, 10 Feb 2019 08:08:35 +0100 Subject: [PATCH] Issue #355: Add a .editorconfig file. (#356) --- .editorconfig | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..173228f --- /dev/null +++ b/.editorconfig @@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +charset = utf-8 +max_line_length = 80 +indent_style = space +indent_size = 4 +insert_final_newline = true