1
0
Fork 0
tt9/.editorconfig
sspanak 336b569faa New beginning (#1)
* removed signing config when building a release
* slightly reorganized project structure
* .editorconfig
* updated README
2022-07-11 08:56:30 +03:00

15 lines
280 B
INI

# Editor configuration, see https://editorconfig.org
root = true
[*.{java,properties,xml}]
charset = utf-8
indent_style = tab
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
indent_style = space
trim_trailing_whitespace = true
[package.json]