meta: Add .editorconfig
parent
630aa4dcee
commit
8d146cdb62
|
@ -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
|
Loading…
Reference in New Issue