dotfiles/default-configurations/.editorconfig
2025-01-11 18:52:18 +00:00

17 lines
252 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
indent_style = tab
tab_width = 2
[*.{json,yml}]
indent_style = space
indent_size = 2
[*.{toml,rs,zig}]
indent_style = space
indent_size = 4