Initial commit
This commit is contained in:
commit
900de1300e
|
@ -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
|
|
@ -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
|
Loading…
Reference in New Issue