1
0
Fork 0
mirror of https://github.com/treffynnon/sqlstyle.guide.git synced 2025-03-09 12:49:51 -05:00
sqlstyle.guide/_config.yml

16 lines
430 B
YAML
Raw Normal View History

2017-01-04 17:15:24 -06:00
name: SQL Server style guide by Wesley Brown
description: A consistent code style guide for SQL specific to SQL Server to ensure legible and maintainable projects
2015-07-13 05:29:31 -05:00
2017-01-04 17:15:24 -06:00
url: https://sqlserverio.github.io/sqlstyle.guide/
domain: sqlserverio.github.io
2015-07-03 10:15:14 -05:00
port: 4040
2015-07-03 07:25:21 -05:00
2015-07-06 07:05:29 -05:00
markdown: kramdown
2015-07-03 07:25:21 -05:00
permalink: pretty
highlighter: rouge
2015-07-06 07:05:29 -05:00
kramdown:
input: GFM
hard_wrap: false
2015-07-07 03:45:27 -05:00
toc_levels: "2,3"