Skip to content

Commit 039c950

Browse files
committed
Add .editorconfig file
1 parent 91bd702 commit 039c950

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.editorconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[*.js]
2+
indent_style = space
3+
indent_size = 2

.gitignore

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
/amo-browsing.komodoproject
22
/build.bat
3-
/*.xpi
43
/graphics
4+
5+
*.xpi
6+
.vs

0 commit comments

Comments
 (0)