dotfiles/.editorconfig

32 lines
454 B
INI

root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_training_whitespace = true
indent_style=space
indent_size=4
[*.py]
indent_style = space
indent_size = 4
[*.go]
indent_style = tab
[*md]
trim_trailing_whitespace = false
insert_final_newline = true
indent_style = space
indent_size = 2
[*yml]
indent_style = space
indent_size = 2
[*typ]
indent_style = space
indent_size = 2
[*fish]
indent_style = space
indent_size = 4