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
2019-10-17 00:11:52 +03:00

10 lines
138 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{cpp,hpp,c,h,ino}]
charset = utf-8
indent_style = space
indent_size = 2