mirror of
https://codeberg.org/gothub/gothub
synced 2024-12-06 19:16:24 +01:00
Add .editorconfig for yml files
Signed-off-by: Odyssey <hi@odyssey346.dev>
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
root = true
|
||||
|
||||
[*.yml]
|
||||
end_of_line = lf
|
||||
insert_final_newline = false
|
||||
indent_style = tab
|
||||
indent_size = 2
|
||||
charset = utf-8
|
||||
Reference in New Issue
Block a user