Add editorconfig for docs project
This commit is contained in:
parent
07b2594d46
commit
1104473546
3 changed files with 25 additions and 17 deletions
8
.editorconfig
Normal file
8
.editorconfig
Normal file
|
@ -0,0 +1,8 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 4
|
Loading…
Add table
Reference in a new issue