mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-14 15:56:13 +03:00
Merge pull request #2142 from jparise/editorconfig-swift
editorconfig: add swift style
This commit is contained in:
@ -7,3 +7,8 @@ indent_style = space
|
||||
[bash-preexec.sh]
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
|
||||
[*.swift]
|
||||
indent_size = 4
|
||||
indent_style = space
|
||||
trim_trailing_whitespace = true
|
||||
|
Reference in New Issue
Block a user