Skip to content

Maps are indenting incorrectly #610

@georgewfraser

Description

@georgewfraser

This seems to have arisen recently, maps are sometimes getting indented incorrectly when you first type them. For example:

(defn- views [database]
  (let [usage (query (db/data-source database) ["SELECT * FROM information_schema.view_table_usage
                                                 WHERE view_schema NOT IN ('information_schema', 'pg_catalog')"])]
    (into {} (for [{table-schema :table_schema
                    table-name :table_name
                    view-schema :view_schema
                    view-name :view_name} usage]
               [{:schema view-schema
                 :table view-name} {:schema table-schema
                                                    :table table-name}]))))

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions