Commit 42e25394 authored by nagayama15's avatar nagayama15

🆕 Add .editorconfig

parent 346f7808
root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
indent_style = space
indent_size = 4
trim_trailing_whitespace = false
[*.{js,json}]
indent_style = space
indent_size = 2
[*.{yml,yaml}]
indent_style = space
indent_size = 2
......@@ -8,7 +8,7 @@
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/NagayamaRyoga/zlib-wasm.git"
"url": "https://github.com/NagayamaRyoga/zlib-wasm.git"
},
"keywords": [
"zlib",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment