mirror of
https://github.com/pi-hole/pi-hole.git
synced 2024-11-15 02:42:58 +00:00
Update .editorconfig
Set path for JS source.
This commit is contained in:
parent
598a7b3cc0
commit
a832dd7f67
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ indent_size = 4
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
# Indentation override for all JS under lib directory
|
# Indentation override for all JS under lib directory
|
||||||
[lib/**.js]
|
[scripts/**.js]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue