FSI-Arduino/.editorconfig

12 lines
187 B
INI

[*.ino]
end_of_line = lf
indent_style = space
indent_size = 4
charset = utf-8
insert_final_newline = true
[*.ino]
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false