Skip to content
Snippets Groups Projects
Commit 6b581ee0 authored by Allen Gilliland's avatar Allen Gilliland
Browse files

Merge pull request #174 from metabase/ag-editorconfig

don't force 4 space indentation for all editor defaults, clojure for examp...
parents be783b84 4edbd1a4
Branches
Tags
No related merge requests found
......@@ -6,12 +6,20 @@ root = true
[*]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[Makefile]
indent_style = tab
[*.clj]
indent_size = 2
[*.css]
indent_size = 2
[*.html]
indent_size = 4
[*.js]
indent_size = 4
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment