mirror of
https://github.com/open5gs/open5gs.git
synced 2025-10-23 07:41:57 +00:00
Add a file that allows editors to automatically use the right indentation format when working with the open5gs source tree.
9 lines
135 B
INI
9 lines
135 B
INI
; See http://editorconfig.org
|
|
root = true
|
|
|
|
[*.{c,h}]
|
|
indent_style = space
|
|
indent_size = 4
|
|
end_of_line = lf
|
|
insert_final_newline = true
|