Add editorconfig.
This commit is contained in:
parent
50f9b3ec1a
commit
5c0d7df741
1 changed files with 10 additions and 0 deletions
10
.editorconfig
Normal file
10
.editorconfig
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.{md,yml,yaml}]
|
||||
indent_size = 2
|
||||
indent_style = space
|
||||
Loading…
Add table
Add a link
Reference in a new issue