We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 50a57a4 + 29178c6 commit 02f34dfCopy full SHA for 02f34df
content/en/docs/contribute/style/style-guide.md
@@ -651,6 +651,12 @@ You can remove ... | You can easily remove ...
651
These steps ... | These simple steps ...
652
{{< /table >}}
653
654
+### EditorConfig file
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
+
660
## {{% heading "whatsnext" %}}
661
662
* Learn about [writing a new topic](/docs/contribute/style/write-new-topic/).
0 commit comments