A CLI tool for downloading from pixiv.net
Revisión | d6d2f2f4363a445965eab8e5d0c59c23df6ebd8e (tree) |
---|---|
Tiempo | 2023-10-29 18:11:19 |
Autor | mio <stigma@disr...> |
Commiter | mio |
Add .editorconfig
@@ -0,0 +1,9 @@ | ||
1 | +[*] | |
2 | +charset = utf-8 | |
3 | +end_of_line = lf | |
4 | +insert_file_newline = true | |
5 | + | |
6 | +[*.d] | |
7 | +indent_size = 3 | |
8 | +indent_style = space | |
9 | +trim_trailing_whitespace = true |