swh:1:snp:f8ad9ed34dea9e75c82c1d32e2186255300cf1d2
Raw File
Tip revision: d9d941f9758c2d4aff8573fd603bb7f1f7626363 authored by ヘンタイちゃん on 20 March 2022, 20:57:19 UTC
Merge pull request #151 from hentai-chan/rec-hentai
Tip revision: d9d941f
.editorconfig
root = true

[*]
indent_size = 4
indent_style = tab
tab_width = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespaces = true
insert_final_newline = true
max_line_length = 160

[*.yml]
indent_style = space
indent_size = 2

[*.py]
indent_style = space
indent_size = 4
back to top