Added EditorConfig file for `src`.
This commit is contained in:
parent
7f32b5cf2e
commit
dbc65d2520
|
|
@ -0,0 +1,9 @@
|
|||
root = true
|
||||
|
||||
[src/*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
|
||||
[ci/*.sh]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
Loading…
Reference in New Issue