mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Forcing this to be `false` is unhelpful for editors that allow incremental removal of trailing whitespace as you edit, such as Xcode. For now, avoid enforcing the setting, leaving it up to individual editor configurations. This restores the behavior prior to the addition of the `.editorconfig`.
9 lines
102 B
INI
9 lines
102 B
INI
# editorconfig.org
|
|
|
|
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
insert_final_newline = true
|