Browse Source

cleanup

pull/8/head
fedy95 4 years ago
parent
commit
0982ae285f
  1. 8
      .editorconfig

8
.editorconfig

@ -1,8 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100