Skip to content

Commit

Permalink
Add IDE settings
Browse files Browse the repository at this point in the history
  • Loading branch information
fluxroot committed Jun 7, 2024
1 parent 8ca74b8 commit a26dfbd
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
root = true

[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.{kt,kts}]
ij_kotlin_allow_trailing_comma = true
ij_kotlin_allow_trailing_comma_on_call_site = true
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Gradle
/.gradle/
/build/

# IntelliJ IDEA
/.idea/

0 comments on commit a26dfbd

Please sign in to comment.