Add high-level documentation

https://nostr-ruby.com
This commit is contained in:
Wilson Silva
2023-11-13 17:42:07 +07:00
parent b206f6504e
commit d49fac49b6
23 changed files with 1014 additions and 256 deletions

View File

@@ -6,6 +6,6 @@ max_line_length = 120
trim_trailing_whitespace = true
# 2 space indentation
[*.rb]
[{*.rb, *.mjs}]
indent_style = space
indent_size = 2