Skip to content

Commit cebfd7f

Browse files
committed
bug fix #138
1 parent 0beef47 commit cebfd7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/tang/intellij/lua/editor/formatter/LuaCodeStyleSettingsProvider.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class LuaCodeStyleSettingsProvider : CodeStyleSettingsProvider() {
3838
override fun createPanel(codeStyleSettings: CodeStyleSettings): CodeStyleAbstractPanel {
3939
val language = LuaLanguage.INSTANCE
4040
val currentSettings = currentSettings
41-
return object : TabbedLanguageCodeStylePanel(language, currentSettings, settings) {
41+
return object : TabbedLanguageCodeStylePanel(language, currentSettings, codeStyleSettings) {
4242
override fun initTabs(styleSettings: CodeStyleSettings) {
4343
//super.initTabs(styleSettings);
4444
addIndentOptionsTab(styleSettings)

0 commit comments

Comments
 (0)