meta: Add .editorconfig

This commit is contained in:
2023-11-13 19:42:53 -06:00
parent 630aa4dcee
commit 8d146cdb62

15
.editorconfig Normal file
View File

@@ -0,0 +1,15 @@
root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[**.rs]
max_line_length = 79
[Jenkinsfile]
max_line_length = 79
indent_style = space
indent_size = 4