# Learn more about EditorConfig at http://editorconfig.org

[*.clj]
indent_style = space
indent_size = 2

[*.cljs]
indent_style = space
indent_size = 2

[*.less]
indent_style = space
indent_size = 4

[*.html]
indent_style = space
indent_size = 4