Skip to content

Commit 4d6608c

Browse files
authored
Merge pull request #2 from MicrochipTech/feature/editor-config-file
Added EditorConfig file
2 parents da69f81 + 98efad8 commit 4d6608c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.editorconfig

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# EditorConfig is awesome: https://EditorConfig.org
2+
3+
# top-most EditorConfig file
4+
root = true
5+
6+
[*]
7+
indent_style = space
8+
indent_size = 4
9+
10+
[*.js]
11+
indent_style = space
12+
indent_size = 2
13+
14+
[*.py]
15+
indent_style = space
16+
indent_size = 4

0 commit comments

Comments
 (0)