Searched full:ktlint (Results 1 – 18 of 18) sorted by relevance
30 /* ktlint-disable no-multi-spaces indent */57 /* ktlint-enable no-multi-spaces indent */107 result[1] = HEX_DIGIT_CHARS[this and 0xf] // ktlint-disable no-multi-spaces in toHexString()120 result[5] = HEX_DIGIT_CHARS[this shr 8 and 0xf] // ktlint-disable no-multi-spaces in toHexString()121 result[6] = HEX_DIGIT_CHARS[this shr 4 and 0xf] // ktlint-disable no-multi-spaces in toHexString()122 result[7] = HEX_DIGIT_CHARS[this and 0xf] // ktlint-disable no-multi-spaces in toHexString()138 result[ 0] = HEX_DIGIT_CHARS[(this shr 60 and 0xf).toInt()] // ktlint-disable no-multi-spaces in toHexString()139 result[ 1] = HEX_DIGIT_CHARS[(this shr 56 and 0xf).toInt()] // ktlint-disable no-multi-spaces in toHexString()140 result[ 2] = HEX_DIGIT_CHARS[(this shr 52 and 0xf).toInt()] // ktlint-disable no-multi-spaces in toHexString()141 result[ 3] = HEX_DIGIT_CHARS[(this shr 48 and 0xf).toInt()] // ktlint-disable no-multi-spaces in toHexString()[all …]
156 /* ktlint-disable no-multi-spaces */ in processUtf8Bytes()159 /* ktlint-enable no-multi-spaces */ in processUtf8Bytes()165 /* ktlint-disable no-multi-spaces */ in processUtf8Bytes()169 /* ktlint-enable no-multi-spaces */ in processUtf8Bytes()193 /* ktlint-disable no-multi-spaces */ in processUtf8Bytes()198 /* ktlint-enable no-multi-spaces */ in processUtf8Bytes()289 /* ktlint-disable no-multi-spaces paren-spacing */ in processUtf16Chars()291 /* ktlint-enable no-multi-spaces paren-spacing */ in processUtf16Chars()
30 … https://github.com/pinterest/ktlint/releases/download/0.42.1/ktlint && chmod a+x ktlint && sudo m…
5 # curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.42.1/ktlint && chmod a+x ktlint6 ktlint -F "agent/**/*.kt" "driver/**/*.kt" "examples/**/*.kt" "sanitizers/**/*.kt" "tests/**/*.kt"
17 For comparison, the same code formatted by [`ktlint`](https://github.com/pinterest/ktlint) and Inte…19 | Formatted by `ktlint`|Formatted by IntelliJ|21 |  |  |81 ### `ktfmt` vs `ktlint` vs IntelliJ91 We created `ktfmt` because `ktlint` and IntelliJ sometime fail to produce nice-looking code that fi…
346 or (readByte() and 0xff shl 8) // ktlint-disable no-multi-spaces in commonReadInt()393 or (data[pos++] and 0xffL shl 8) // ktlint-disable no-multi-spaces in commonReadLong()969 /* ktlint-disable no-multi-spaces */ in commonWriteUtf8()972 /* ktlint-enable no-multi-spaces */ in commonWriteUtf8()981 /* ktlint-disable no-multi-spaces */ in commonWriteUtf8()985 /* ktlint-enable no-multi-spaces */ in commonWriteUtf8()1007 /* ktlint-disable no-multi-spaces */ in commonWriteUtf8()1012 /* ktlint-enable no-multi-spaces */ in commonWriteUtf8()1033 /* ktlint-disable no-multi-spaces */ in commonWriteUtf8CodePoint()1036 /* ktlint-enable no-multi-spaces */ in commonWriteUtf8CodePoint()[all …]
63 result[c++] = HEX_DIGIT_CHARS[b and 0xf] // ktlint-disable no-multi-spaces in commonBase64()
31 ktlint("0.40.0").userData(klintConfig) in <lambda>()40 ktlint().userData(klintConfig) in <lambda>()
19 'ktlint': '0.40.0',115 ktlint(versions.ktlint).userData([indent_size: '2'])
283 /* ktlint-disable no-multi-spaces indent */ in Int()288 /* ktlint-enable no-multi-spaces indent */ in Int()294 /* ktlint-disable no-multi-spaces indent */ in Short()297 /* ktlint-enable no-multi-spaces indent */ in Short()
73 ktlint(libs.versions.ktlint.get()).editorConfigOverride( in <lambda>()
135 /* ktlint-disable */190 /* ktlint-enable */
139 /* ktlint-disable */185 /* ktlint-enable */
152 /* ktlint-disable */222 /* ktlint-enable */
147 /* ktlint-disable */249 /* ktlint-enable */
1 // ktlint-disable filename
19 ktlint = "0.48.2"