Browse Source

bpo-44854: Add .editorconfig file to help enforce `make patchcheck` (GH-27638)

pull/27716/head
Łukasz Langa 4 years ago
committed by GitHub
parent
commit
c0ab59f7de
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .editorconfig

12
.editorconfig

@ -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
Loading…
Cancel
Save