add editorconfig, udpate gitignore

This commit is contained in:
Helium314 2025-06-01 09:50:24 +02:00
parent 8a55f57ccf
commit 38bbcd9a83
2 changed files with 15 additions and 0 deletions

13
.editorconfig Normal file
View file

@ -0,0 +1,13 @@
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 140
tab_width = 4
trim_trailing_whitespace = true
[{*.markdown,*.md}]
trim_trailing_whitespace = false
indent_size = 2

2
.gitignore vendored
View file

@ -1,6 +1,7 @@
*.iml *.iml
.idea .idea
.gradle .gradle
.kotlin
local.properties local.properties
.DS_Store .DS_Store
Gemfile Gemfile
@ -8,5 +9,6 @@ build
app/build app/build
app/release app/release
app/.cxx app/.cxx
app/.attach_*
fastlane/Appfile fastlane/Appfile
tools/*.txt tools/*.txt