Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Android/art/art/   (Android Betriebssystem Version 17©)  Datei vom 26.5.2026 mit Größe 1 kB image not shown  

Quelle  .clang-format-java-2   Sprache: unbekannt

 
Spracherkennung für: .clang-format-java-2 vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# Variant of .clang-format but with 2 space indent for Java files, for use in
# subdirectories with that style.
# Please keep in sync with .clang-format where applicable.
---
BasedOnStyle: Google
---

Language: Cpp

AlignConsecutiveMacros: AcrossComments
AllowShortBlocksOnASingleLine: Empty
AllowShortCaseLabelsOnASingleLine: false
AllowShortIfStatementsOnASingleLine: Never
AllowShortLoopsOnASingleLine: false
AttributeMacros: ['__', 'HIDDEN', 'NO_RETURN']
BinPackArguments: false
BinPackParameters: false
BreakConstructorInitializers: BeforeColon
BreakBeforeTernaryOperators: true
ColumnLimit: 100
CommentPragmas: NOLINT:.*
ConstructorInitializerAllOnOneLineOrOnePerLine: true
Cpp11BracedListStyle: true
DerivePointerAlignment: false
FixNamespaceComments: true
PointerAlignment: Left
TabWidth: 2

---

Language: Java

BasedOnStyle: Google
ColumnLimit: 100
CommentPragmas: (NOLINT|CHECK[^ ]*):.*
ContinuationIndentWidth: 8
IndentWidth: 2
JavaImportGroups:
- android
- androidx
- com.android
- dalvik
- libcore
- com
- junit
- net
- org
- java
- javax

[Dauer der Verarbeitung: 0.1 Sekunden, vorverarbeitet 2026-07-11]