bcm2-utils/.editorconfig
Joseph C. Lehner a351e59e93 Update .editorconfig
2024-09-09 15:04:23 +02:00

10 lines
123 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{c,cc,h,asm,rb,py,txt}]
indent_style = tab
tab_width = 4