mtproto_proxy/.editorconfig
Сергей Прохоров 68ba4e792f
Add .editorconfig
2019-03-05 01:30:56 +01:00

11 lines
164 B
INI

# https://editorconfig.org/
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{erl,hrl}]
indent_style = space
indent_size = 4
max_line_length = 100