mirror of
https://github.com/gitpod-io/gitpod.git
synced 2025-12-08 17:36:30 +00:00
Also: - set up EditorConfig to trim trailing whitespaces - install Docker VS Code extension by default
7 lines
130 B
INI
7 lines
130 B
INI
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
# top-most EditorConfig file
|
|
root = true
|
|
|
|
[*]
|
|
trim_trailing_whitespace = true |