Skip to content

Commit dc9e07c

Browse files
committed
added .editorconfig
1 parent b514bd7 commit dc9e07c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

content/en/docs/contribute/style/style-guide.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -651,6 +651,12 @@ You can remove ... | You can easily remove ...
651651
These steps ... | These simple steps ...
652652
{{< /table >}}
653653

654+
### EditorConfig
655+
The Kubernetes project maintains an EditorConfig file that sets common style preferences in text editors
656+
such as VS Code. You can use this file if you want to ensure that your contributions are consistent with
657+
the rest of the project. To view the file, refer to
658+
[`.editorconfig`](https://github.com/kubernetes/website/blob/main/.editorconfig) in the repository root.
659+
654660
## {{% heading "whatsnext" %}}
655661

656662
* Learn about [writing a new topic](/docs/contribute/style/write-new-topic/).

0 commit comments

Comments
 (0)