Newer
Older
CrypticOreWallet / .editorconfig
@Drew Lemmy Drew Lemmy on 14 Feb 2021 182 bytes refactor: switch to ant-design
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