Revision bb7a6d470702a19fc4385a676c90ea941d46888d authored by Miss Islington (bot) on 19 March 2024, 15:59:52 UTC, committed by GitHub on 19 March 2024, 15:59:52 UTC
(cherry picked from commit 7f64ae30ddc22577ce4101ce0b6601b3548b036f)
Co-authored-by: Terry Jan Reedy tjreedy@udel.edu
1 parent c7b01e3
Raw File
.editorconfig
root = true

[*.{py,c,cpp,h,js,rst,md,yml}]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space

[*.{py,c,cpp,h}]
indent_size = 4

[*.rst]
indent_size = 3

[*.{js,yml}]
indent_size = 2
back to top