Issue #355: Add a .editorconfig file. (#356)

This commit is contained in:
Pol Dellaiera 2019-02-10 08:08:35 +01:00 committed by Arkadiusz Kondas
parent 40f1ca06aa
commit b3fe9dae1e
1 changed files with 9 additions and 0 deletions

9
.editorconfig Normal file
View File

@ -0,0 +1,9 @@
root = true
[*]
end_of_line = lf
charset = utf-8
max_line_length = 80
indent_style = space
indent_size = 4
insert_final_newline = true