Skip to content

Commit

Permalink
♻️ refactor: get content via http (#6)
Browse files Browse the repository at this point in the history
Closes #2
  • Loading branch information
Jian-Min-Huang committed Nov 19, 2022
1 parent c8c3cbe commit 913cbb2
Show file tree
Hide file tree
Showing 10 changed files with 2,671 additions and 13,215 deletions.
24 changes: 24 additions & 0 deletions .editorconfig
@@ -0,0 +1,24 @@
# EditorConfig is awesome: https://EditorConfig.org

# top-most EditorConfig file
root = true

# Unix-style newlines with a newline ending every file
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 160
tab_width = 4
ij_continuation_indent_size = 8
ij_formatter_off_tag = @Off
ij_formatter_on_tag = @On
ij_formatter_tags_enabled = true
ij_kotlin_allow_trailing_comma = true
ij_smart_tabs = false
ij_visual_guides = 140, 160
ij_wrap_on_typing = false
ij_java_names_count_to_use_import_on_demand = 999
ij_kotlin_name_count_to_use_star_import = 999
21 changes: 0 additions & 21 deletions LICENSE

This file was deleted.

4,991 changes: 0 additions & 4,991 deletions emoji-test.txt

This file was deleted.

3 changes: 2 additions & 1 deletion gradle.properties
@@ -1 +1,2 @@
kotlin.code.style=official
kotlin.code.style=official
org.gradle.jvmargs=-Xss2m -Xms2G -Xmx2G -XX:ReservedCodeCacheSize=512m

0 comments on commit 913cbb2

Please sign in to comment.