swh:1:snp:f8ad9ed34dea9e75c82c1d32e2186255300cf1d2
Raw File
Tip revision: f24be147bc803cdc952b31f505a8133f2f024c0b authored by ヘンタイちゃん on 20 October 2021, 12:35:23 UTC
Merge pull request #141 from hentai-chan/rec-hentai
Tip revision: f24be14
.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