public interface FileCodeStyleProvider
Modifier and Type | Field and Description |
---|---|
static ExtensionPointName<FileCodeStyleProvider> |
EP_NAME |
Modifier and Type | Method and Description |
---|---|
CodeStyleSettings |
getSettings(PsiFile file) |
static final ExtensionPointName<FileCodeStyleProvider> EP_NAME
CodeStyleSettings getSettings(PsiFile file)
file
- The PSI file for which alternative code style settings must be used.null
if the provider is not applicable to the given file.