mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
Bug fix: shell script file doesn't use .editorconfig indent settings
GitOrigin-RevId: 7644ae8e34e909db73aa968b0d84a742957f2b32
This commit is contained in:
committed by
intellij-monorepo-bot
parent
03cc8f65aa
commit
8cc2486b52
@@ -21,6 +21,14 @@ public class ShLanguageCodeStyleSettingsProvider extends LanguageCodeStyleSettin
|
||||
};
|
||||
}
|
||||
|
||||
@Override
|
||||
public void customizeSettings(@NotNull CodeStyleSettingsCustomizable consumer,
|
||||
@NotNull SettingsType settingsType) {
|
||||
if (settingsType == SettingsType.INDENT_SETTINGS) {
|
||||
consumer.showStandardOptions("INDENT_SIZE", "USE_TAB_CHARACTER", "TAB_SIZE");
|
||||
}
|
||||
}
|
||||
|
||||
@NotNull
|
||||
@Override
|
||||
public String getCodeSample(@NotNull SettingsType settingsType) {
|
||||
|
||||
Reference in New Issue
Block a user