Lines Matching +refs:google +refs:c +refs:style
1 …adge/Slack-ktfmt-purple.svg?logo=slack)](https://slack-chats.kotlinlang.org/c/ktfmt) [.
48 [`.editorconfig` file](https://www.jetbrains.com/help/idea/configuring-code-style.html#editorconfig)
70 java -jar /path/to/ktfmt-<VERSION>-jar-with-dependencies.jar [--kotlinlang-style | --google-style] …
73 `--kotlinlang-style` makes `ktfmt` use a block indent of 4 spaces instead of 2.
104 `ktfmt` uses google-java-format's underlying engine, and as such, many items on
105 [google-java-format's FAQ](https://github.com/google/google-java-format/wiki/FAQ) apply to `ktfmt`
112 …https://github.com/google/google-java-format/wiki/FAQ#i-just-need-to-configure-it-a-bit-differentl…
114 1. For exposed configurations, like `style`, we aim to make sure that those are easily shared
129 2. From a pragmatic standpoint, the formatting engine behind google-java-format uses more whitespace
133 However, we do offer an alternative style for projects that absolutely cannot make the move to
134 `ktfmt` because of 2-space: the style `--kotlinlang-style` changes block indents to 4-space.
144 https://github.com/google/google-java-format/issues/417)