editorconfig: new file (#2746)

Add a file that allows editors to automatically use the right
indentation format when working with the open5gs source tree.
This commit is contained in:
Oliver Smith 2023-11-27 14:21:35 +01:00 committed by GitHub
parent 060acee5df
commit c6372255d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

8
.editorconfig Normal file
View File

@ -0,0 +1,8 @@
; See http://editorconfig.org
root = true
[*.{c,h}]
indent_style = space
indent_size = 4
end_of_line = lf
insert_final_newline = true