Files
nuitka-mirror/.editorconfig
Kay Hayen 574fc436a4 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.
2022-09-18 11:22:16 +02:00

13 lines
181 B
INI

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