Add editorconfig, for consistent Markdown formatting.
This commit is contained in:
parent
ac09439454
commit
a7a2ad2d7c
9
.editorconfig
Normal file
9
.editorconfig
Normal file
@ -0,0 +1,9 @@
|
||||
# see: http://EditorConfig.org
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
Loading…
Reference in New Issue
Block a user