Newer
Older
CrypticOreWallet / .editorconfig
@BuildTools BuildTools on 9 Jun 2021 182 bytes im gay
root = true

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

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