Revision 23a1c9f422ad6952186f266ebf325abffcb33892 authored by jkriegshauser on 20 March 2024, 20:10:32 UTC, committed by GitHub on 20 March 2024, 20:10:32 UTC
1 parent 7eedaf4
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