Revision 7e2815419663a2f82abf6c5e1f848fd1de7c8033 authored by Łukasz Langa on 11 October 2022, 14:48:37 UTC, committed by Łukasz Langa on 11 October 2022, 14:48:37 UTC
1 parent 1db2d95
Raw File
.editorconfig
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
back to top