Merge pull request #4 from mateossh/fix-indentation

Fix indentation inconsistency
This commit is contained in:
Siddharth Dushantha 2019-02-17 18:39:23 +01:00 committed by GitHub
commit 5a58f89f96
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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