diff --git a/src/pages/community/coding_guidelines.md b/src/pages/community/coding_guidelines.md index 6f9422a721e..7beaec86408 100644 --- a/src/pages/community/coding_guidelines.md +++ b/src/pages/community/coding_guidelines.md @@ -120,7 +120,7 @@ These defaults already provide a good coverage and mark a lot of issues found by To extend the coverage further and help mark issues proactively check the following settings and change them to the settings as per the screenshots. ### Editor preferences -Open the preferences pane and go to: Editor -> Code Style -> Go. +Open the preferences pane and go to: `Editor` -> `Code Style` -> `Go`. There are three tabs to configure, the first two are crucial to comply with the basic rules from `gofmt` and `goimports`: | | | diff --git a/static/img/goland_ide_pref_imports.png b/static/img/goland_ide_pref_imports.png index 80c1384a420..7233e291e61 100644 Binary files a/static/img/goland_ide_pref_imports.png and b/static/img/goland_ide_pref_imports.png differ diff --git a/static/img/goland_ide_pref_inspections.png b/static/img/goland_ide_pref_inspections.png index 37f208a9737..78b74bb1da0 100644 Binary files a/static/img/goland_ide_pref_inspections.png and b/static/img/goland_ide_pref_inspections.png differ diff --git a/static/img/goland_ide_pref_other.png b/static/img/goland_ide_pref_other.png index e7d241594de..04e96e9fe6a 100644 Binary files a/static/img/goland_ide_pref_other.png and b/static/img/goland_ide_pref_other.png differ diff --git a/static/img/goland_ide_pref_tabs.png b/static/img/goland_ide_pref_tabs.png index f28906ace08..009e216ff4d 100644 Binary files a/static/img/goland_ide_pref_tabs.png and b/static/img/goland_ide_pref_tabs.png differ