This repository has been archived on 2020-05-10. You can view files and clone it, but cannot push or open issues or pull requests.
mastodon-cpp/.editorconfig
tastytea f65cc6bac6
All checks were successful
continuous-integration/drone/push Build is passing
Add “patch via email”-paragraph to contributing guidelines.
2019-09-23 19:27:26 +02:00

15 lines
289 B
INI

# Configuration file for EditorConfig.
# More information is available under <https://editorconfig.org/>.
root = true
[*]
indent_style = space
indent_size = 4
tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 80