Fix indentation inconsistency

This commit is contained in:
Mateusz Ż 2019-02-17 12:05:53 +00:00
parent 0913a79a1b
commit 8b154245a2
2 changed files with 26 additions and 12 deletions

14
.editorconfig Normal file
View File

@ -0,0 +1,14 @@
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = tab
indent_size = 4
# Tab indentation (no size specified)
[*.md]
indent_style = space
indent_size = 2