From b8aeced92d5a3576e9bc5fbd87656dc97e380c52 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Wed, 13 Jul 2016 16:15:51 +0200 Subject: Add editorconfig and update gitattributes. --- .editorconfig | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .editorconfig (limited to '.editorconfig') diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..0ffcd965 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,13 @@ +# editorconfig.org settings for mupdf project + +root = true + +[*] +indent_style = tab +insert_final_newline = true +trim_trailing_whitespace = true +end_of_line = lf + +[memento.*] +indent_style = space +indent_size = 4 -- cgit v1.2.3