mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-26 10:30:41 +00:00
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:
parent
060acee5df
commit
c6372255d5
1 changed files with 8 additions and 0 deletions
8
.editorconfig
Normal file
8
.editorconfig
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue