1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-01-26 23:51:31 +00:00
overleaf/libraries/redis-wrapper/.editorconfig

12 lines
182 B
INI
Raw Normal View History

root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 79
tab_width = 4
trim_trailing_whitespace = true