ESPresense/.editorconfig

10 lines
140 B
INI

[*]
end_of_line = lf
insert_final_newline = true
max_line_length = 999
# 4 spaces indentation
[*.ino]
indent_style = space
indent_size = 4