Create basic .editorconfig file

This commit is contained in:
Vladimir Shefer
2020-06-17 23:38:21 +03:00
parent fef99920ed
commit 34c569baeb

View File

@@ -0,0 +1,10 @@
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 120
tab_width = 4
ij_continuation_indent_size = 4