This repository has been archived on 2024-06-16. You can view files and clone it, but cannot push or open issues or pull requests.
nopeustesti/.editorconfig

11 lines
138 B
INI
Raw Permalink Normal View History

2019-10-16 21:11:52 +00:00
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{cpp,hpp,c,h,ino}]
charset = utf-8
indent_style = space
indent_size = 2