Skip to content

Commit

Permalink
Minor fixes in section 2
Browse files Browse the repository at this point in the history
  • Loading branch information
onewhl committed Oct 30, 2023
1 parent 6719782 commit 428d50a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions CodeStyleAndFormatting/WhatIsFormatting/Theory/task-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 428d50a

Please sign in to comment.