Skip to content

Commit

Permalink
Fixed documentation for sql_file_exts (#3059)
Browse files Browse the repository at this point in the history
  • Loading branch information
KulykDmytro committed Apr 9, 2022
1 parent deb58ef commit a72ec67
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/configuration.rst
Expand Up @@ -33,8 +33,8 @@ supported cfg file types):
.. code-block:: cfg
[sqlfluff]
templater = "jinja"
sql_file_exts = ".sql,.sql.j2,.dml,.ddl"
templater = jinja
sql_file_exts = .sql,.sql.j2,.dml,.ddl
[sqlfluff:indentation]
indented_joins = false
Expand All @@ -57,8 +57,8 @@ For example, a snippet from a :code:`pyproject.toml` file:
.. code-block:: cfg
[tool.sqlfluff.core]
templater = "jinja"
sql_file_exts = ".sql,.sql.j2,.dml,.ddl"
templater = jinja
sql_file_exts = .sql,.sql.j2,.dml,.ddl
[tool.sqlfluff.indentation]
indented_joins = false
Expand Down

0 comments on commit a72ec67

Please sign in to comment.