Newer
Older
taehui / .editorconfig
@Taehui Taehui on 6 Nov 134 bytes 2023-11-06 오후 10:13
root = true

[*]
end_of_line = lf
insert_final_newline = true

[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2