Revision b87a44314695fdfd1f12158a47ca8611e6ef2325 authored by Miss Islington (bot) on 17 February 2024, 21:51:28 UTC, committed by GitHub on 17 February 2024, 21:51:28 UTC
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
1 parent 5dac9c5
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