https://github.com/ProgVal/Limnoria
Raw File
Tip revision: 3e5291f6d29499c9b85620581aec43d0b51a8da7 authored by James Lu on 12 August 2023, 21:50:33 UTC
ircdb.checkIgnored: return False for messages from servers
Tip revision: 3e5291f
.editorconfig
root = true

[*]
insert_final_newline = true
indent_style = space

[*.py]
indent_size = 4
max_line_length = 79
back to top