Revision a2d4281415e67c62f91363376db97eb66a9fb716 authored by Donghee Na on 14 February 2024, 17:00:50 UTC, committed by GitHub on 14 February 2024, 17:00:50 UTC
1 parent 4b2d178
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