ESPresense/.editorconfig

9 lines
118 B
INI

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