misskey-tools/.editorconfig
아르페 b6a3b0cd53 style: use space indentation
feat: no new users allowed
fix: change base language to Korean
fix: change gacha to random text from devs
2024-02-02 01:35:17 +09:00

9 lines
167 B
INI

root = true
[*.{ts,tsx,js,json,pug}]
indent_style = space
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_size = 2