From f4f060167c13c04e9e3685b7d76bca3c8fe9a77d Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Mon, 8 Apr 2024 13:04:17 +0200 Subject: [PATCH] external_system_integration.md: Add code formatting to titles --- .../frameworks_and_external_apis/external_system_integration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/reference_guide/frameworks_and_external_apis/external_system_integration.md b/topics/reference_guide/frameworks_and_external_apis/external_system_integration.md index f48a5b84a..a49aed60d 100644 --- a/topics/reference_guide/frameworks_and_external_apis/external_system_integration.md +++ b/topics/reference_guide/frameworks_and_external_apis/external_system_integration.md @@ -125,7 +125,7 @@ It's possible to configure external system integration to automatically refresh > From 2020.1, auto-import cannot be disabled by a user. > -### Auto-Import for ExternalSystemManager Implementation +### Auto-Import for `ExternalSystemManager` Implementation Describe project's settings files to track by having external system [`ExternalSystemManager`](%gh-ic%/platform/external-system-api/src/com/intellij/openapi/externalSystem/ExternalSystemManager.java) implement [`ExternalSystemAutoImportAware`](%gh-ic%/platform/external-system-api/src/com/intellij/openapi/externalSystem/ExternalSystemAutoImportAware.java).