dotfiles-ansible/.editorconfig

22 lines
339 B
INI
Raw Normal View History

root = true
[*]
tab_width = 4
2023-11-04 18:00:00 +01:00
indent_size = 4
indent_style = space
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[{*.yml,*.fish,*.jsonnet,*.libsonnet,*.nix}]
indent_size = 2
2023-07-16 19:00:00 +02:00
[{Makefile,*.sh}]
indent_style = tab
[*.md]
indent_size = 2
max_line_length = 80
trim_trailing_whitespace = false