Just about finished to introduce my first new events to the game. 
Only a small matter. Does it matter whether the border between two events look like this?
}
###########################
# Description
###########################
event = {
Or should it look like this:
}
##########################
# Description
##########################
event = {
Silly question maybe but you can never be too sure. Probably doesn't matter, right?
(I mean should there be a gap between the last "}" of the former event and the "event = {" line of the following event?)
Only a small matter. Does it matter whether the border between two events look like this?
}
###########################
# Description
###########################
event = {
Or should it look like this:
}
##########################
# Description
##########################
event = {
Silly question maybe but you can never be too sure. Probably doesn't matter, right?
(I mean should there be a gap between the last "}" of the former event and the "event = {" line of the following event?)