From 574e8debfc73a808aa69c7a7b1f4ed0093d8adc2 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Tue, 4 May 2021 00:22:06 +0200 Subject: Add editorconfig file --- .editorconfig | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..ea82bb0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,11 @@ +# See documentation at: http://editorconfig.org + +root = true + +[*] +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true +indent_style = space +indent_size = 2 -- cgit v1.2.3