anilistarr/.editorconfig
William Artero 75394b92a0
feat: MVP's out 🚀
2023-08-09 21:42:34 +02:00

29 lines
364 B
INI

[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[.vscode/*.json]
insert_final_newline = false
[*.md]
trim_trailing_whitespace = false
[Makefile]
indent_style = tab
[*.mk]
indent_style = tab
[*.go]
indent_style = tab
[go.mod]
indent_style = tab
[.git*]
indent_style = tab