.editorconfig, format

This commit is contained in:
2023-03-22 16:56:24 +01:00
parent 99cb5928bc
commit 7870b454f8
5 changed files with 44 additions and 35 deletions
+9
View File
@@ -0,0 +1,9 @@
root = true
[*.proto]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true