Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/JAVA/Threema/     Datei vom 25.3.2026 mit Größe 767 B image not shown  

Quelle  .editorconfig   Sprache: unbekannt

 
Spracherkennung für: .editorconfig vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# editorconfig.org
root = true

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

[{*.kt,*.kts}]
ktlint_code_style = android_studio
max_line_length = 150
ij_kotlin_allow_trailing_comma = true
ij_kotlin_allow_trailing_comma_on_call_site = true
ktlint_function_naming_ignore_when_annotated_with = Composable

# The following rules have been intentionally disabled, as they are too aggressive
# and do not match our preferences
ktlint_standard_function-signature = disabled
ktlint_standard_no-wildcard-imports = disabled
ktlint_standard_class-signature = disabled
ktlint_standard_function-expression-body = disabled

[*.{yml,yaml}]
indent_size = 2
ij_any_spaces_within_brackets = false

[Dauer der Verarbeitung: 0.15 Sekunden, vorverarbeitet 2026-04-27]