Skip to content

Commit d49bed4

Browse files
authored
adding root .editorconfig file. (demisto#27280)
https://editorconfig.org/
1 parent b0d4300 commit d49bed4

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.editorconfig

+23
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8
5+
end_of_line = lf
6+
indent_size = 4
7+
indent_style = space
8+
insert_final_newline = false
9+
tab_width = 4
10+
11+
[{*.bash,*.sh,*.zsh}]
12+
indent_size = 2
13+
tab_width = 2
14+
15+
[{*.py,*.pyw}]
16+
max_line_length = 130
17+
18+
[{*.yaml,*.yml}]
19+
indent_size = 2
20+
max_line_length = off
21+
22+
[{*.md,*.markdown}]
23+
max_line_length = off

0 commit comments

Comments
 (0)