# Vendor-neutral editor baseline; editor-specific folders (.vscode, .idea) are untracked.
root = true

[*]
charset = utf-8
insert_final_newline = true
indent_style = space
indent_size = 4

[*.sh]
end_of_line = lf

[*.{bat,cmd,ps1}]
end_of_line = crlf
