Add .editorconfig

parent 40dfa84d
# 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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment