mirror of
https://github.com/glowingblue/flarum-ext-redis-setup.git
synced 2026-03-22 06:57:45 +01:00
17 lines
274 B
INI
17 lines
274 B
INI
root = true
|
|
|
|
[*]
|
|
charset = utf-8
|
|
end_of_line = lf
|
|
max_line_length = 100
|
|
insert_final_newline = true
|
|
trim_trailing_whitespace = true
|
|
quote_type = single
|
|
indent_style = tab
|
|
indent_size = 4
|
|
|
|
[*.{json,yml,yaml}]
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = false
|