Newer
Older
CrypticOreWallet / .editorconfig
@Drew Lemmy Drew Lemmy on 4 Sep 2020 149 bytes chore: .editorconfig
root = true

[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true

[*.{js,jsx,ts,tsx,css,scss,json}]
indent_style = space
indent_size = 2