mirror of
https://github.com/StevenBlack/hosts.git
synced 2025-03-14 10:36:53 +00:00
15 lines
203 B
INI
15 lines
203 B
INI
root = true
|
|
|
|
[*.py]
|
|
indent_style = space
|
|
trim_trailing_whitespace = true
|
|
indent_size = 4
|
|
end_of_line = LF
|
|
|
|
[*.bat]
|
|
end_of_line = CRLF
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|
|
insert_final_newline = true
|