Skip to content

Commit 791d43a

Browse files
Merge pull request #3 from patrickporto/editorconfig
Suporte a EditorConfig
2 parents 309895b + 7b624d5 commit 791d43a

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

.editorconfig

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
2+
3+
# EditorConfig is awesome: http://EditorConfig.org
4+
5+
# top-most EditorConfig file
6+
root = true
7+
8+
[*]
9+
end_of_line = lf
10+
insert_final_newline = true
11+
charset = utf-8
12+
13+
[*.py]
14+
indent_style = space
15+
indent_size = 4
16+
17+
[Makefile]
18+
indent_style = tab
19+
20+
[{*.js, *.json,*.yml}]
21+
indent_style = space
22+
indent_size = 2
23+

0 commit comments

Comments
 (0)