diff options
author | Tor Andersson <tor.andersson@artifex.com> | 2016-07-13 16:15:51 +0200 |
---|---|---|
committer | Tor Andersson <tor.andersson@artifex.com> | 2016-07-14 00:49:56 +0200 |
commit | b8aeced92d5a3576e9bc5fbd87656dc97e380c52 (patch) | |
tree | 0b2ada76b0126c0b0f49867ed582e3e52edcf21d /.editorconfig | |
parent | 37071d23919bbe857bb6770a1637776c36e858ac (diff) | |
download | mupdf-b8aeced92d5a3576e9bc5fbd87656dc97e380c52.tar.xz |
Add editorconfig and update gitattributes.
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 13 |
1 files changed, 13 insertions, 0 deletions
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 |