Files
.dotfiles/.editorconfig
2025-07-14 11:41:56 +02:00

30 lines
411 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = tab
tab_width = 8
[*.{md,json,jsonc,css,scss}]
tab_width = 2
[{makefile,Makefile}]
tab_width = 2
[*.{c,cpp,h,hpp}]
tab_width = 8
[*.{py,rs}]
indent_style = space
indent_size = tab
tab_width = 4
[*.{yaml,toml}]
indent_style = space
indent_size = tab
tab_width = 2