We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcf11c6 commit e4f831dCopy full SHA for e4f831d
.editorconfig
@@ -17,6 +17,10 @@ indent_size = 2
17
indent_style = space
18
indent_size = 2
19
20
+[*.{html,css,js}]
21
+indent_style = space
22
+indent_size = 2
23
+
24
[*.lua]
25
26
@@ -26,7 +30,3 @@ trailing_table_separator = smart
30
; leave generated code alone
27
31
[*.generated.*]
28
32
indent_style = unset
29
-
-; leave arkenfox user.js alone
-[modules/firefox/*.js]
-indent_style = unset
dotfiles/.editorconfig
[*.sh]
0 commit comments