14 lines
184 B
INI
14 lines
184 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = crlf
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
|
|
[*.{md,yml,yaml,toml,py}]
|
|
end_of_line = lf
|
|
|
|
[*.ps1]
|
|
end_of_line = crlf
|