init: Initial commit
This commit is contained in:
commit
0fa9a44640
25 changed files with 767 additions and 0 deletions
12
.editorconfig
Normal file
12
.editorconfig
Normal file
|
@ -0,0 +1,12 @@
|
|||
[*]
|
||||
insert_final_newline=true
|
||||
|
||||
[*.{java,kt,kts,json}]
|
||||
indent_style=space
|
||||
indent_size=4
|
||||
ij_kotlin_allow_trailing_comma=true
|
||||
ij_kotlin_allow_trailing_comma_on_call_site=true
|
||||
|
||||
[*.nix]
|
||||
indent_style = space
|
||||
indent_size = 2
|
Loading…
Add table
Add a link
Reference in a new issue