Files
icecast-ripper/.editorconfig
Dmitrii Andreev 0cde32cf9b added editorconfig
2024-03-17 15:14:40 +03:00

9 lines
121 B
INI

# Set encoding to UTF-8
[*]
charset = utf-8
# Set 4 spaces for Python files
[*.py]
indent_style = space
indent_size = 4