line-ending = "lf"
encoding = "utf-8"
final-newline = true
trailing-whitespace = "remove"
max-file-size = 10485760
[indent]
style = "spaces"
width = 2
ignore = [
"node_modules",
"target",
".git",
"*.min.js",
"*.min.css",
"*.lock",
"package-lock.json",
"yarn.lock",
"Cargo.lock",
]
[[rules]]
pattern = "Makefile"
[rules.indent]
style = "tabs"
[[rules]]
pattern = "*.mk"
[rules.indent]
style = "tabs"
[[rules]]
pattern = "*.go"
[rules.indent]
style = "tabs"
[[rules]]
pattern = "*.py"
[rules.indent]
style = "spaces"
width = 4
[[rules]]
pattern = "*.rs"
[rules.indent]
style = "spaces"
width = 4
[[rules]]
pattern = "*.bat"
line-ending = "crlf"
[[rules]]
pattern = "*.cmd"
line-ending = "crlf"
[[rules]]
pattern = "*.ps1"
line-ending = "crlf"
[[rules]]
pattern = "*.psm1"
line-ending = "crlf"