Skip to content

Commit

Permalink
Modify .editorconfig & .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
mal7othify committed Oct 13, 2024
1 parent 40ff936 commit e0e385e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,14 @@ charset = utf-8
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true
disabled_rules = max_line_length
ij_formatter_off_tag = @formatter:off
ij_formatter_on_tag = @formatter:on
ij_formatter_tags_enabled = false
ij_smart_tabs = false
ij_wrap_on_typing = false

[{*.gradle.kts,*.kt,*.kts,*.main.kts}]
ktlint_code_style = ktlint_official
ktlint_function_naming_ignore_when_annotated_with=Composable, Test
ij_continuation_indent_size = 2
ij_kotlin_imports_layout = *
ij_kotlin_align_in_columns_case_branch = false
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,13 @@ captures/
# Keystore files
*.jks
*.keystore
*.kotlin

# External native build folder generated in Android Studio 2.2 and later
.externalNativeBuild

# Google Services (e.g. APIs or Firebase)
# google-services.json
google-services.json

# Freeline
freeline.py
Expand Down

0 comments on commit e0e385e

Please sign in to comment.