Merge pull request #4 from mateossh/fix-indentation
Fix indentation inconsistency
This commit is contained in:
commit
5a58f89f96
|
@ -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
|
Loading…
Reference in New Issue