mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-08-08 00:40:37 +02:00
Reformat files
This commit is contained in:
parent
06b18b8fb9
commit
abb93af3fb
6
config/ktlint/baseline.xml
Normal file
6
config/ktlint/baseline.xml
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
|
<baseline version="1.0">
|
||||||
|
<file name="src/main/java/com/maddyhome/idea/vim/listener/RiderSpecifics.kt">
|
||||||
|
<error line="1" column="1" source="filename" />
|
||||||
|
</file>
|
||||||
|
</baseline>
|
@ -55,7 +55,6 @@ import kotlin.test.assertEquals
|
|||||||
import kotlin.test.assertFalse
|
import kotlin.test.assertFalse
|
||||||
import kotlin.test.assertTrue
|
import kotlin.test.assertTrue
|
||||||
|
|
||||||
|
|
||||||
class UiTests {
|
class UiTests {
|
||||||
init {
|
init {
|
||||||
StepsLogger.init()
|
StepsLogger.init()
|
||||||
|
Loading…
Reference in New Issue
Block a user