Quality: Added similar config as CPython did

* Hopefully some editors will pick this up and help producing
  more flawless commits more immediately for more people.
This commit is contained in:
Kay Hayen
2022-08-12 10:41:46 +02:00
parent 98422a3129
commit 574fc436a4

12
.editorconfig Normal file
View File

@@ -0,0 +1,12 @@
root = true
[*.{py,c,cpp,h,rst,md,yml}]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space
[*.{py,c,cpp,h}]
indent_size = 4
[*.yml]
indent_size = 2