Skip to content

Commit

Permalink
add editor config
Browse files Browse the repository at this point in the history
ref: #647
  • Loading branch information
DenisCarriere committed Jun 21, 2024
1 parent 98c4040 commit ece9cfb
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# editorconfig.org
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
max_line_length = 120
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
trim_trailing_whitespace = false
12 changes: 6 additions & 6 deletions tokens.json
Original file line number Diff line number Diff line change
Expand Up @@ -1848,12 +1848,12 @@
"chain": "wax"
},
{
"name": "GHOST",
"logo": "https://raw.githubusercontent.com/eoscafe/eos-airdrops/master/logos/GHOST.png",
"logo_lg": "https://raw.githubusercontent.com/eoscafe/eos-airdrops/master/logos/GHOST.png",
"symbol": "GHOST",
"account": "pupadventure",
"chain": "wax"
"name": "GHOST",
"logo": "https://raw.githubusercontent.com/eoscafe/eos-airdrops/master/logos/GHOST.png",
"logo_lg": "https://raw.githubusercontent.com/eoscafe/eos-airdrops/master/logos/GHOST.png",
"symbol": "GHOST",
"account": "pupadventure",
"chain": "wax"
},
{
"name": "GGWP",
Expand Down

0 comments on commit ece9cfb

Please sign in to comment.