Skip to content

Commit 4012512

Browse files
Copilotensan-hcl
andcommitted
chore: fix keyboard layout indentation
Co-authored-by: ensan-hcl <63481257+ensan-hcl@users.noreply.github.com>
1 parent ec9aef3 commit 4012512

File tree

1 file changed

+20
-20
lines changed

1 file changed

+20
-20
lines changed

Core/Sources/Core/Configs/CustomCodableConfigItem.swift

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -173,26 +173,26 @@ extension Config {
173173
}
174174

175175
extension Config {
176-
/// キーボードレイアウトの設定
177-
public struct KeyboardLayout: CustomCodableConfigItem {
178-
public enum Value: String, Codable, Equatable, Hashable, Sendable {
179-
case qwerty
180-
case australian
181-
case colemak
182-
case dvorak
183-
case dvorakQwertyCommand
184-
185-
public var layoutIdentifier: String {
186-
switch self {
187-
case .qwerty:
188-
return "com.apple.keylayout.US"
189-
case .australian:
190-
return "com.apple.keylayout.Australian"
191-
case .colemak:
192-
return "com.apple.keylayout.Colemak"
193-
case .dvorak:
194-
return "com.apple.keylayout.Dvorak"
195-
case .dvorakQwertyCommand:
176+
/// キーボードレイアウトの設定
177+
public struct KeyboardLayout: CustomCodableConfigItem {
178+
public enum Value: String, Codable, Equatable, Hashable, Sendable {
179+
case qwerty
180+
case australian
181+
case colemak
182+
case dvorak
183+
case dvorakQwertyCommand
184+
185+
public var layoutIdentifier: String {
186+
switch self {
187+
case .qwerty:
188+
return "com.apple.keylayout.US"
189+
case .australian:
190+
return "com.apple.keylayout.Australian"
191+
case .colemak:
192+
return "com.apple.keylayout.Colemak"
193+
case .dvorak:
194+
return "com.apple.keylayout.Dvorak"
195+
case .dvorakQwertyCommand:
196196
return "com.apple.keylayout.DVORAK-QWERTYCMD"
197197
}
198198
}

0 commit comments

Comments
 (0)