From: Nicola Spanti (RyDroid) Date: Sun, 7 Aug 2016 16:20:59 +0000 (+0200) Subject: Adding a file for EditorConfig X-Git-Tag: json-c-0.13-20171207~132^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F251%2Fhead;p=thirdparty%2Fjson-c.git Adding a file for 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