1
0
Fork 0

New beginning (#1)

* removed signing config when building a release
* slightly reorganized project structure
* .editorconfig
* updated README
This commit is contained in:
sspanak 2022-06-14 21:00:22 +03:00
parent 0a81e6845f
commit 336b569faa
14 changed files with 44 additions and 76 deletions

15
.editorconfig Normal file
View file

@ -0,0 +1,15 @@
# 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]