mirror of
https://github.com/ilyakooo0/vty.git
synced 2024-11-25 19:22:08 +03:00
Whitespace
This commit is contained in:
parent
59f90de8b2
commit
c4ab1e9b53
@ -173,19 +173,19 @@ instance Semigroup Config where
|
||||
}
|
||||
|
||||
instance Monoid Config where
|
||||
mempty = Config
|
||||
{ vmin = Nothing
|
||||
, vtime = Nothing
|
||||
, mouseMode = Nothing
|
||||
, bracketedPasteMode = Nothing
|
||||
, debugLog = mempty
|
||||
, inputMap = mempty
|
||||
, inputFd = Nothing
|
||||
, outputFd = Nothing
|
||||
, termName = Nothing
|
||||
, termWidthMaps = []
|
||||
, allowCustomUnicodeWithTables = True
|
||||
}
|
||||
mempty =
|
||||
Config { vmin = Nothing
|
||||
, vtime = Nothing
|
||||
, mouseMode = Nothing
|
||||
, bracketedPasteMode = Nothing
|
||||
, debugLog = mempty
|
||||
, inputMap = mempty
|
||||
, inputFd = Nothing
|
||||
, outputFd = Nothing
|
||||
, termName = Nothing
|
||||
, termWidthMaps = []
|
||||
, allowCustomUnicodeWithTables = True
|
||||
}
|
||||
#if !(MIN_VERSION_base(4,11,0))
|
||||
mappend = (<>)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user