diff --git a/CodeStyleAndFormatting/CodeSchemasAndEditorConfig/Theory/task.md b/CodeStyleAndFormatting/CodeSchemasAndEditorConfig/Theory/task.md index eac1006..62bd491 100644 --- a/CodeStyleAndFormatting/CodeSchemasAndEditorConfig/Theory/task.md +++ b/CodeStyleAndFormatting/CodeSchemasAndEditorConfig/Theory/task.md @@ -14,7 +14,7 @@ There are two predefined code schemas: Note that code schemas are language-specific. To configure the **code schema**, -1. Press `⌘Сmd,` (macOS) or `Ctrl+Alt+S` (Linux/Windows) to open the IDE settings and select Editor | Code Style. +1. Press `⌘,` (macOS) or `Ctrl+Alt+S` (Linux/Windows) to open the IDE settings and select Editor | Code Style. 2. Select `Kotlin` programming language. 3. Select the code schema you would like to configure (Project or Default). 4. Configure code style settings, such as tabs and indents, import settings (using single name import or import with `*`), and many others. diff --git a/CodeStyleAndFormatting/WhatIsFormatting/Theory/task-info.yaml b/CodeStyleAndFormatting/WhatIsFormatting/Theory/task-info.yaml index 8017553..2d86086 100644 --- a/CodeStyleAndFormatting/WhatIsFormatting/Theory/task-info.yaml +++ b/CodeStyleAndFormatting/WhatIsFormatting/Theory/task-info.yaml @@ -4,6 +4,6 @@ files: - name: src/main/kotlin/jetbrains/refactoring/course/formatting/Main.kt visible: true - name: src/main/kotlin/jetbrains/refactoring/course/formatting/Task1.kt - visible: true + visible: false - name: src/main/kotlin/jetbrains/refactoring/course/formatting/Task2.kt - visible: true + visible: false