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

Use* global rules with exceptions as needed

parent 7c41b318
12 merge requests!8635ignore Gruntfile.js in jekyll,!8339Fix broken links to navbar component in docs examples,!7674Clear float on all when navbar is collapsed - v3,!7680Added media queries breakpoint variables,!7775added some tests for tooltip title setter,!8157Close Me: Docs "Customize and Download" button fix,!7964commit fixes #7792,!8656Added rel="stylesheet" to CDN-Examples,!8527Inner properties move 1,!7642Include .editorconfig,!8245Interactive color picker - Closed: request against wrong branch,!7865Patch 2
Showing with 7 additions and 20 deletions
+7 -20
......@@ -2,26 +2,13 @@
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_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.json]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab
Supports Markdown
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