Revision de54cf5be371a6f5e2e9f208c38def5f81d3ef02 authored by Pablo Galindo on 02 April 2024, 08:24:04 UTC, committed by Pablo Galindo on 02 April 2024, 08:25:04 UTC
1 parent 5b547de
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