mirror of
https://github.com/uklans/cache-domains
synced 2025-09-17 03:58:23 +02:00
16 lines
183 B
INI
16 lines
183 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
trim_trailing_whitespace = true
|
|
end_of_line = lf
|
|
insert_final_newline = true
|
|
|
|
[*.md]
|
|
indent_size = 0
|
|
|
|
[*.sh]
|
|
indent_style = tab
|
|
|