From ce25bb8532b3f9262fbfd57c3613ecf782caeee9 Mon Sep 17 00:00:00 2001 From: Yuri D'Elia Date: Fri, 19 Apr 2019 17:24:03 +0200 Subject: [PATCH] Introduce an editorconfig file --- .editorconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..8acdfc7e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,14 @@ +#-*-mode:conf-*- +# editorconfig file (see EditorConfig.org) + +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +trim_trailing_whitespace = true +indent_style = space +indent_size = 4 +tab_width = 4 +max_line_length = 100