From dc9e07cb0333f734e6ed2a6439a8fdf93f32febc Mon Sep 17 00:00:00 2001 From: Karthik-PM Date: Sat, 5 Aug 2023 16:39:52 +0530 Subject: [PATCH] added .editorconfig --- content/en/docs/contribute/style/style-guide.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/content/en/docs/contribute/style/style-guide.md b/content/en/docs/contribute/style/style-guide.md index f9367dd0c5..5972409087 100644 --- a/content/en/docs/contribute/style/style-guide.md +++ b/content/en/docs/contribute/style/style-guide.md @@ -651,6 +651,12 @@ You can remove ... | You can easily remove ... These steps ... | These simple steps ... {{< /table >}} +### EditorConfig +The Kubernetes project maintains an EditorConfig file that sets common style preferences in text editors +such as VS Code. You can use this file if you want to ensure that your contributions are consistent with +the rest of the project. To view the file, refer to +[`.editorconfig`](https://github.com/kubernetes/website/blob/main/.editorconfig) in the repository root. + ## {{% heading "whatsnext" %}} * Learn about [writing a new topic](/docs/contribute/style/write-new-topic/).