Skip to content

Commit

Permalink
ktlint
Browse files Browse the repository at this point in the history
  • Loading branch information
slideclimb committed Feb 1, 2024
1 parent 7a9e35d commit d1fadb1
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import nl.hannahsten.texifyidea.formatting.LatexBlock
import nl.hannahsten.texifyidea.psi.*
import nl.hannahsten.texifyidea.settings.codestyle.LatexCodeStyleSettings
import nl.hannahsten.texifyidea.util.parser.firstChildOfType
import nl.hannahsten.texifyidea.util.parser.firstParentOfType

/**
* Configure the indent after pressing enter.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
package nl.hannahsten.texifyidea.formatting

import com.intellij.application.options.CodeStyle
import com.intellij.psi.codeStyle.CodeStyleManager
import com.intellij.testFramework.fixtures.BasePlatformTestCase
import nl.hannahsten.texifyidea.file.LatexFileType
import nl.hannahsten.texifyidea.settings.codestyle.LatexCodeStyleSettings
import nl.hannahsten.texifyidea.testutils.writeCommand

class LatexFormattingTest : BasePlatformTestCase() {
Expand Down

0 comments on commit d1fadb1

Please sign in to comment.