Commit 4e9c8880 authored by Stephen Edgar's avatar Stephen Edgar

Use* global rules with exceptions as needed

parent 7c41b318
...@@ -2,26 +2,13 @@ ...@@ -2,26 +2,13 @@
root = true root = true
[Makefile] [*]
indent_style = tab
indent_size = 8
[*.css]
indent_style = space
indent_size = 2
[*.less]
indent_style = space
indent_size = 2
[*.html]
indent_style = space
indent_size = 2
[*.js]
indent_style = space indent_style = space
indent_size = 2 indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.json] [Makefile]
indent_style = space indent_style = tab
indent_size = 2
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment