diff -r d7c5bffdd2d8 -r eff9460bd4f2 client/annotviz/.editorconfig --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/annotviz/.editorconfig Tue Jan 13 10:46:05 2015 +0100 @@ -0,0 +1,13 @@ +# http://editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 4 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false