Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
.editorconfig 386 B
# Metabase EditorConfig settings
# http://editorconfig.org/

# use the top most editor config file
root = true

[*]
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8
end_of_line = lf

[Makefile]
indent_style = tab

[*.clj]
indent_size = 2

[*.css]
indent_size = 2

[*.html]
indent_size = 2

[*.js]
indent_size = 2

[*.jsx]
indent_size = 2