Commit 6a071be8 authored by Jérome Perrin's avatar Jérome Perrin

.editorconfig: trim trailing whitespaces

I think we don't want trailing whitespaces anywhere in this repository
parent ff958868
......@@ -4,6 +4,7 @@ root = true
end_of_line = lf
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[**.json]
indent_style = space
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment