mirror of
https://github.com/pixelfed/pixelfed.git
synced 2024-11-12 17:44:31 +00:00
14 lines
200 B
INI
14 lines
200 B
INI
root = true
|
|
|
|
[*]
|
|
indent_size = 4
|
|
indent_style = tab
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[{*.yml,*.yaml}]
|
|
indent_style = space
|
|
indent_size = 2
|