vinod | d213b09 | 2024-03-28 16:10:07 +0530 | [diff] [blame^] | 1 | ; https://editorconfig.org/ |
2 | |||||
3 | root = true | ||||
4 | |||||
5 | [*] | ||||
6 | insert_final_newline = true | ||||
7 | charset = utf-8 | ||||
8 | trim_trailing_whitespace = true | ||||
9 | indent_style = space | ||||
10 | indent_size = 2 | ||||
11 | |||||
12 | [{Makefile,go.mod,go.sum,*.go,.gitmodules}] | ||||
13 | indent_style = tab | ||||
14 | indent_size = 4 | ||||
15 | |||||
16 | [*.md] | ||||
17 | indent_size = 4 | ||||
18 | trim_trailing_whitespace = false | ||||
19 | |||||
20 | eclint_indent_style = unset |