ESPresense/.editorconfig

12 lines
186 B
INI
Raw Normal View History

[*]
end_of_line = lf
insert_final_newline = true
max_line_length = 999
indent_style = space
indent_size = 4
2023-03-11 08:13:34 +01:00
trim_trailing_whitespace = true
[*.ini]
indent_style = space
indent_size = 2