ALL: Add .editorconfig with our tab specification.

GitHub, particuarly, honors this file and displays the tabs accordingly.
This commit is contained in:
Eugene Sandulenko 2019-12-29 11:40:47 +01:00
parent a3468d20e8
commit d366f97331

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
[*]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true