Skip to content

Commit 02f34df

Browse files
authored
Merge pull request #42396 from Karthik-PM/editor-config-new
added .editorconfig
2 parents 50a57a4 + 29178c6 commit 02f34df

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 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+
654660
## {{% heading "whatsnext" %}}
655661

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

0 commit comments

Comments
 (0)