meta: Add .editorconfig

dev/auto-reload
Dustin 2023-11-13 19:42:53 -06:00
parent 630aa4dcee
commit 8d146cdb62
1 changed files with 15 additions and 0 deletions

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