Add .editorconfig for yml files

Signed-off-by: Odyssey <hi@odyssey346.dev>
このコミットが含まれているのは:
Odyssey 2023-02-10 20:13:40 +01:00
コミット 9da88a0908

8
.editorconfig ノーマルファイル
ファイルの表示

@ -0,0 +1,8 @@
root = true
[*.yml]
end_of_line = lf
insert_final_newline = false
indent_style = tab
indent_size = 2
charset = utf-8