Grep for space indentation (#54850)

#54604 atomizing
Since a lot of the space indents are in lists ill atomize those later
This commit is contained in:
TiviPlus
2020-11-30 12:48:40 -05:00
committed by GitHub
parent 84796e5372
commit 0eaab0bc54
468 changed files with 7623 additions and 7548 deletions
+6 -4
View File
@@ -16,10 +16,12 @@
var/listening = FALSE
var/recorded = "" //the activation message
var/mode = INCLUSIVE_MODE
var/static/list/modes = list("inclusive",
"exclusive",
"recognizer",
"voice sensor")
var/static/list/modes = list(
"inclusive",
"exclusive",
"recognizer",
"voice sensor",
)
drop_sound = 'sound/items/handling/component_drop.ogg'
pickup_sound = 'sound/items/handling/component_pickup.ogg'