• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

A CLI tool for downloading from pixiv.net


Commit MetaInfo

Revisiónd6d2f2f4363a445965eab8e5d0c59c23df6ebd8e (tree)
Tiempo2023-10-29 18:11:19
Autormio <stigma@disr...>
Commitermio

Log Message

Add .editorconfig

Cambiar Resumen

Diferencia incremental

--- /dev/null
+++ b/.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