mirror of
https://github.com/clinton-hall/nzbToMedia.git
synced 2025-07-05 12:45:43 -07:00
Add editor config
This commit is contained in:
parent
c290064d34
commit
e49589efeb
1 changed files with 13 additions and 0 deletions
13
.editorconfig
Normal file
13
.editorconfig
Normal file
|
@ -0,0 +1,13 @@
|
|||
# see http://editorconfig.org
|
||||
root = true
|
||||
|
||||
[*]
|
||||
end_of_line = lf
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
charset = utf-8
|
||||
|
||||
[*.{bat,cmd,ps1}]
|
||||
end_of_line = crlf
|
Loading…
Add table
Add a link
Reference in a new issue