Files
OpenDTU/.editorconfig

10 lines
157 B
INI
Raw Normal View History

2024-01-05 17:26:02 +01:00
# http://editorconfig.org
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
trim_trailing_whitespace = true