Initial commit
This commit is contained in:
commit
900de1300e
3 changed files with 24 additions and 0 deletions
16
.editorconfig
Normal file
16
.editorconfig
Normal file
|
@ -0,0 +1,16 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
insert_final_newline = true
|
||||
|
||||
[*.md]
|
||||
trim_trailing_whitespace = true # Use trailing backslash for newlines
|
||||
|
||||
[*.{bat, cmd, ps1}]
|
||||
charset = latin1
|
||||
end_of_line = crlf
|
||||
|
||||
[*.{sh, bash}]
|
||||
end_of_line = lf
|
8
.gitattributes
vendored
Normal file
8
.gitattributes
vendored
Normal file
|
@ -0,0 +1,8 @@
|
|||
* text=auto
|
||||
|
||||
*.bat text eol=crlf
|
||||
*.cmd text eol=crlf
|
||||
*.ps1 text eol=crlf
|
||||
|
||||
*.sh text eol=lf
|
||||
*.bash text eol=lf
|
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
Loading…
Add table
Reference in a new issue