https://gitlab.opengeosys.org/ogs/ogs.git
Revision 04d967d2547e1a251b44bf577789a1aeb0a0beed authored by Norbert Grunwald on 28 October 2022, 13:22:12 UTC, committed by Lars Bilke on 13 December 2022, 08:40:39 UTC
1 parent baeb888
Raw File
Tip revision: 04d967d2547e1a251b44bf577789a1aeb0a0beed authored by Norbert Grunwald on 28 October 2022, 13:22:12 UTC
[web] TH2M gallery.
Tip revision: 04d967d
.vale.ini
# Vale configuration file.
#
# For more information, see https://vale.sh/docs/topics/config
StylesPath = Documentation/.vale
Vocab = ogs
MinAlertLevel = suggestion
Packages = Hugo

[*.md]
BasedOnStyles = Vale, write-good, ogs
Vale.Spelling = None
write-good.ThereIs = suggestion
write-good.Passive = None
write-good.TooWordy = None
write-good.Weasel = None
write-good.E-Prime = None

TokenIgnores = \
(\{\{[%<][^>]+[%>]\}\}), \
(.*?\{\{[%<]?/.*[%>]\}\}), \
; (\\ref\s\S+(\s"\S*")?), \
; (\\subpage\s\S*), \
; (\\copydoc\s\S*), \
(\$+[^\n$]+\$+), \
(\$[^\n$]+\$), \
(\\\S*|\{\S*\}), \
(\w*\set\sal)
back to top