1
0
Fork 0
golang-github-meilisearch-m.../.editorconfig
Daniel Baumann 5d4914ed7f
Adding upstream version 0.31.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-05-18 21:42:39 +02:00

24 lines
376 B
INI

# see http://editorconfig.org/
root = true
[*]
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
charset = utf-8
tab_width = 4
indent_style = space
[{Makefile,go.mod,go.sum,*.go,.gitmodules}]
indent_style = tab
indent_size = 8
[*.{yaml,yml}]
indent_size = 2
indent_style = space
[*.md]
indent_style = space
max_line_length = 80
indent_size = 4