swh:1:snp:f8ad9ed34dea9e75c82c1d32e2186255300cf1d2
Raw File
Tip revision: f26c0fa88ba5bcea8ca3e81105ade865daab1ff4 authored by dependabot[bot] on 05 December 2022, 18:01:18 UTC
[MAINT]: Bump check-manifest from 0.48 to 0.49
Tip revision: f26c0fa
.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