This repository has been archived on 2025-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
bitrot/.editorconfig

14 lines
196 B
INI
Raw Normal View History

2020-05-17 21:17:19 +02:00
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
[*.{py,pyx,pxd,pxi,yml,h}]
indent_size = 4
indent_style = space
[ext/*.{c,cpp,h}]
indent_size = 4
indent_style = tab