ak9im/.editorconfig
2022-11-03 21:18:55 +01:00

29 lines
360 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
# starlark
[*.star]
indent_style = tab
indent_size = 4
tab_width = 4
# go files (excluding templates)
[*.{go,mod,sum}]
indent_style = tab
indent_size = 4
tab_width = 4
[*.nix]
indent_style = space
indent_size = 2
[*.md]
trim_trailing_whitespace = false
[*.{yaml,yml}]
indent_style = space
indent_size = 2