Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
db99961a62
commit
f38c4239b2
8 changed files with 433 additions and 0 deletions
8
src/.editorconfig
Normal file
8
src/.editorconfig
Normal file
|
@ -0,0 +1,8 @@
|
|||
root = true
|
||||
|
||||
[*]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
max_line_length = 120
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
Reference in a new issue