mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-26 10:30:41 +00:00
Add a file that allows editors to automatically use the right indentation format when working with the open5gs source tree.
8 lines
135 B
INI
8 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
|