From b222d4386e7a7dd805b01bd50a0a7063e8d1ea4b Mon Sep 17 00:00:00 2001 From: "Nicola Spanti (RyDroid)" Date: Sun, 7 Aug 2016 18:20:59 +0200 Subject: [PATCH] Adding a file for EditorConfig --- .editorconfig | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .editorconfig diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..7a625d1e --- /dev/null +++ b/.editorconfig @@ -0,0 +1,15 @@ +# EditorConfig +# http://EditorConfig.org + +# top-most EditorConfig file +root = true + +# LF end-of-line, insert an empty new line and UTF-8 +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 + +# Tab indentation +[makefile,Makefile] +indent_style = tab -- 2.39.5