forked from TheThingsNetwork/lorawan-stack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.editorconfig
44 lines (34 loc) · 835 Bytes
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[{*.enc,*.go,*.gpg,*.md,*.svg}]
trim_trailing_whitespace = false
[{*.enc,*.gpg,*.json,*.svg,LICENSE}]
insert_final_newline = unset
[{*.enc,*.gpg,*.svg}]
end_of_line = unset
[{*.enc,*.gpg,*.svg,*.html,LICENSE}]
indent_size = unset
indent_style = unset
[{*.enc,*.gpg,*.json,*.svg,LICENSE}]
max_line_length = unset
[*.{go,js}]
# Allow C-style doc comments
block_comment_start = /*
block_comment = *
block_comment_end = */
[{*.make,*.go,go.mod,go.sum,Makefile}]
indent_style = tab
[doc/themes/the-things-stack/layouts/shortcodes/*.html]
indent_size = unset
indent_style = unset
insert_final_newline = false
[.gitkeep]
indent_size = 0
insert_final_newline = false
max_line_length = 0